Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
Member Avatar for Xozz

I'm trying to install Unreal Tournament 3 in Windows 11, but I get the message "Deze app is voor uw veiligheid geblokkeerd" which means "This app is blocked for your safety". What can I do?

Member Avatar for lucyoscar
0
243
Member Avatar for rishabs

User interface (UI) design is a process used by designers to create interfaces in software, such as computer devices, that focus on appearance or style. Designers want the interfaces to be easy to use and user-friendly. User interface design covers graphical user interfaces and other forms - such as voice-controlled …

Member Avatar for kasiamizera
2
280
Member Avatar for palash889
Member Avatar for Laura_16

Write a program that prompts the user to enter two integers, one per prompt. The program should then display the result of dividing the first number by the second number, using integer division so that the answer is an integer quotient, and a remainder.

Member Avatar for 65_Sudhir
-1
385
Member Avatar for dennisbetty201

Hello, I am a rather shy person, so I will show very little activity. But I still hope that your wonderful community will be able to accept me!

Member Avatar for Gamerseo
2
33
Member Avatar for ivy.inc.Hugh
Member Avatar for Dani
0
20
Member Avatar for piticu8120

Hello anyone know how encode a script like this? <?php $_obfuscatedFF66756E6374696F6E = function ($f, $d) { $lines = @file($f); $c = @count($lines) - 2; $lines[$c] = @strtok($lines[$c], "\"); $head = (int) @base64_decode(@strtok(@end($lines), "\")) - 161803; $code = @join("", @array_slice($lines, $head, -1)); $code = @openssl_decrypt($code, "AES-128-CBC", "ioncube is so easy to …

Member Avatar for Schol-R-LEA
0
70
Member Avatar for ____

hi there i have a python http post request with no request but theres the code: requests.post("https://api.i66v1xg2.org/v3/moderate/+" + userid + "/") i dont know how to make it in java and in okhttp3 help pls thanks

Member Avatar for JamesCherrill
0
85
Member Avatar for Devid Billa

how to creat a website? in which site it is simple to creat ? i want to creat a site with chat,downloads,messages ect. please tell me

Member Avatar for ivy.inc.Hugh
-2
2K
Member Avatar for MICKLUFFY

The first line of an input file, called tons.txt, only contains a single number between 1 and 9. Write a C++ program to input the number of tons from the input file and print out the equivalent in pounds, ounces, kilograms, and grams, to an output file, called report.txt. Also, …

Member Avatar for ivy.inc.Hugh
0
44
Member Avatar for Giyuuu

Develop an interactive java program to count the number of student who score grade A, B, C and D based on the list of marks given by a user. Display the number of students for each grade. Add in the feature to repeat or exit the program. Hint: Input Teachers …

Member Avatar for ivy.inc.Hugh
0
113
Member Avatar for Napoleon_1
Member Avatar for tixtqs

Hey, so I'm still very new at programming/coding and for fun, I wanna make some sort of script. For a offline fighting game. So let's say I press one key, it does one combo? does that make any sense? I just wouldn't know how to go about that is there …

Member Avatar for ivy.inc.Hugh
0
88
Member Avatar for You Have Been C

import javax.swing.*; import javax.swing.plaf.basic.BasicTreeUI; import java.awt.*; import java.awt.event.FocusListener; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; public class GamePanel extends JPanel implements Runnable, KeyListener{ final int originTileSize = 16; //The Size of the tiles, or grids final int scale = 3; final int tileSize = originTileSize * scale; final int screenCol = 10; final …

Member Avatar for ivy.inc.Hugh
1
234
Member Avatar for LianaN

Hi! I'm trying to improve a code shown below. My idea is to add multiple images to JPanel. It sounds like an easy task, but all my attempts failed so far. I tried to create [ICODE]Image image2 = getToolkit().getImage(Drag1.class.getResource("cross_cursor.gif"));[/ICODE] and then [ICODE]bi2 = new BufferedImage(image2.getWidth(this), image2.getHeight(this)...);[/ICODE]. But I can see …

Member Avatar for ivy.inc.Hugh
1
2K