code

  • Please we urge all unregistered users to swiftly register to enable you enjoy loads of benefits rollingout in our community. Be open to opportunities to do good for someone else today. Anything that do not please God in your life has come to distroy you.
  1. AdServersite

    Did you know you can predict a million-dollar unclaimed bitcoin address with Python code?

    Leet Speak: <4|\| 70u pr0gr4/\/\ 8|7<0||\|? |-|3r3 |5 7|-|3 <0d3, p|_3453 <0/\/\8||\|3 4|\|d Translation: Can you program Bitcoin? Here's the code; please mix and create: Did you know you can predict a million-dollar unclaimed bitcoin address with Python code? I need a script in one file that...
  2. admin

    Programming Why programmers mostly use high-level language rather than a low-level language ?

    Capers Jones, an American expert in software engineering techniques, is that person. He looked at 12,000 software programs and found two unexpected things: Each month, programmers write between 325 and 575 lines of code that are delivered to the client. That figure is unaffected by the...
  3. admin

    Crime/Prison Dear BSF members please take note of the following

    DEAR BSF MEMBERS. PLEASE, TAKE NOTE OF THE FOLLOWING: NO MATTER THE TYPE OF CODE SENT TO YOUR PHONE, PLEASE DON'T SEND SUCH CODE BACK TO ANYONE! 1. Code sent to your phone Could be used to hack your Facebook account 2. Code Sent to your phone Could be used to hack your email 3. Code Sent to...
  4. AdServersite

    Could someone please tell me this code's time complexity ?

    class Solution { public void moveZeroes(int[] nums) { int left=0; int right=0; for(int i=0;i<nums.length;i++){ if(nums[i]==0){ left=i; right=i+1; break; } }...
  5. AdServersite

    Programming Could someone please explain the issue with this variable?

    I created a variable named $extension, but I keep getting the following error when I try to utilize it in my code: $extension is not defined; there is an error 500. This is the code:
  6. AdServersite

    Hosting How can I modify my VPS's hostname?

    I attempted it this way. Code: sudo nano /etc/sysconfig/network and I made changes to this file Code: HOSTNAME=myserver.domain.com However, when I use hostname -f to check, it still does not return the desired hostname. Could you please tell me how to completely change the hostname on my VPS?