Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
68% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #779
~23.0K People Reached
Favorite Tags

58 Posted Topics

Member Avatar for BobRoss

The problem is that the longer the lines the more the program needs to do.

Member Avatar for happygeek
0
1K
Member Avatar for lrh9

Autopython is almost right. Correct me if I'm wrong: no matter how long the code is the value is always the same length. If so this is called signing and it uses a hash function to shorten the code and then uses a public key cipher signing method to encrypt …

Member Avatar for jamercee
0
6K
Member Avatar for leegeorg07
Member Avatar for SamarthWiz
0
167
Member Avatar for csinquirer

What language do you know? And what sort of programming are you interested in eg. graphics, compiler, gui...

Member Avatar for Nick Evan
0
527
Member Avatar for renjubenoy
Member Avatar for navidabedpoor
Member Avatar for Aycha
Member Avatar for mtfudi
Member Avatar for jitu44
Member Avatar for NicholasE
Member Avatar for NicholasE
-1
88
Member Avatar for SimonLeefe
Member Avatar for SimonLeefe
0
200
Member Avatar for dchunt
Member Avatar for MeBjess

Tip: Pick a hashing algorithm such as MD5, SHA-2, Tiger, etc and look it up

Member Avatar for MeBjess
1
90
Member Avatar for mahela007
Member Avatar for kolosick.m188

I am having a slight problem implementing this code. What I need to do is take a list of 16 unsigned characters and permute the bits according to IPTable. 0 in IPTable refers to bit 0, 1 refers to bit 1, etc. Here is my code which isn't working. [code=c] …

Member Avatar for Dave Sinkula
1
107
Member Avatar for Aiban

It isn't vegaseat. Aiban, this means you will probably need to change the code or install ttk

Member Avatar for Aiban
0
140
Member Avatar for timaquerra
Member Avatar for kolosick.m188
0
77
Member Avatar for khanalone1
Member Avatar for khanalone1
0
265
Member Avatar for rigidboss

You can use the system function to run the compiler and then run the compiled code

Member Avatar for rigidboss
0
150
Member Avatar for guffer
Member Avatar for gerard4143
Member Avatar for Dave Sinkula
0
163
Member Avatar for rupertbeard

If by [QUOTE]software lock itself[/QUOTE] you mean just the program that you wrote then yes. If by [QUOTE]software lock itself[/QUOTE] you mean all programs on the computer then yes. But if its the second one don't do that as thats rude as hell

Member Avatar for kolosick.m188
0
100
Member Avatar for alexa868
Member Avatar for PBIRBAS

[QUOTE]SIZE is a catholic constant[/QUOTE] good choice of words PBIRBAS's teacher

Member Avatar for kolosick.m188
0
84
Member Avatar for sanjiv kumar
Member Avatar for aksn315
Member Avatar for Kolz
Member Avatar for salloum
Member Avatar for Dixtosa

Do you know what object oriented programming is? If so then c++ is c with object oriented capability. There are some other differences but that is the main one. If you don't know what object oriented programming is then look it up or ask

Member Avatar for Dixtosa
0
147
Member Avatar for ayan2587

As far as I'm aware you can't tell as I believe they are both just translated to one type (e.g. hexadecimal or decimal) during compilation. I am not 100 percent sure of this so maybe you should look in a tutorial or book.

Member Avatar for ayan2587
-1
73
Member Avatar for koreanbo1

Try, instead of a for loop, using [ICODE]while (ibalance != 0)[/ICODE] Also, just calculate the interest, subtract the 500 from ibalance, and increment the month during the while loop. Then when you want to find out how long it took change the number of months into months and years

Member Avatar for kolosick.m188
-1
103
Member Avatar for Zaad
Member Avatar for Nathan Campos

Try using partcopy instead. Take a look at this website as it shows you how to do that [url]http://www.brokenthorn.com/Resources/OSDev3.html[/url]. Partcopy is available at [url]http://www.brokenthorn.com/Resources/Programs/pcopy02.zip[/url]

Member Avatar for NotNull
0
850
Member Avatar for Zaad
Member Avatar for broberts_az

In the function saveEvent: the line [ICODE]self.transferArea.SetValue(target.read()) [/ICODE] should be [ICODE]text = self.transferArea.GetValue() [/ICODE] and then transfer the text to the file

Member Avatar for broberts_az
0
199
Member Avatar for jempag

You have to get the key and then multiply the key by the text. The decipher key is the inverse of the encipher key in mod whatever

Member Avatar for Sky Diploma
0
472
Member Avatar for hket89
Member Avatar for bubblellicious
Member Avatar for bubblellicious
0
112
Member Avatar for Dr.Unreal

You can get a disassembler and disassemble it and then examine the assembly code that was output. You can then examine the assembly code of the program and look for a certain compilers footprint. Good luck :P

Member Avatar for kolosick.m188
0
47
Member Avatar for romes87

Create a new file called calc.py. Put the calc function in it and then in your main file import calc.py

Member Avatar for romes87
0
3K
Member Avatar for Zaffron

I would take a look at pyhook and try to use that to moniter if a is being typed and then block that and send the new string instead. If your running windows then this can be done with the win32 apis

Member Avatar for Zaffron
0
71
Member Avatar for jayrodau

Tkinter is very out of date. My advice would be qt which allows you to do use xml

Member Avatar for vegaseat
0
1K
Member Avatar for u8sand
Member Avatar for u8sand
0
76
Member Avatar for jessejamesjjr
Member Avatar for sam511
Member Avatar for sravan953

Threading won't help to make a keylogger. Threading is simply running multiple processes at the same time. There is probably another keylogging library out there but pyhook is better. You can also write one on your own if you know c++

Member Avatar for scru
0
493
Member Avatar for soudruhcz

[url]http://en.wikipedia.org/wiki/Booth%27s_multiplication_algorithm[/url]

Member Avatar for kolosick.m188
0
42
Member Avatar for sravan953

pyHook is easier. Threading is much different. For an explanation of threading see [url]http://www.devshed.com/c/a/Python/Basic-Threading-in-Python/[/url]

Member Avatar for sravan953
0
270
Member Avatar for happymadman

Add this line [icode] display.see(display.size()) [/icode] after [icode] scrollbar.config( command = display.yview ) [/icode]

Member Avatar for kolosick.m188
0
107
Member Avatar for waldchr

You can use a gui toolkit. Qt can do this. Check it out at [url]http://www.qtsoftware.com/[/url]

Member Avatar for waldchr
0
136

The End.