Re: How to Code a Load More Button? Digital Media Digital Marketing Search Engine Strategies by Dani … topics load automatically. However, if you view the HTML source code for the page, you'll be surprised to know that… with Infinite-Scroll JS, since it's a super popular technique used by millions of sites, and so their algorithm knows… Re: Code Caving Programming Software Development by jim mcnamara Code caving creates a supplanting vector to user-controlled data sets, and is usually a game hacking technique, it's also used in… exploits. Therefore, it's usually an asm code block. More than that… Code signing python scripts. Programming Software Development by lrh9 There is a security technique known as code signing. It basically generates a certificate for your code. This certificate first certifies …the author of the code. Second, it has a… value generated from the code. This value is unique to that code. If any changes are made to… Re: Code to monitor port 135 on windows OS Programming Software Development by amuarica thanks for reply me . Actually I'am a beginner in VB . Is there any major different in VB6 and VB.net . If it is possible in writing the code in VB6 can you guide me on writing this code . Can you explain more about socket programming . Is there any programming technique that I should learn if I want to write a code for socket/port listening. Re: Code to monitor port 135 on windows OS Programming Software Development by amuarica … forum although i want to use vb6 as my programming technique . I'm really sorry about this . Can you explain more… complete software . Is there possible to write a vb6.0 code that will monitor certain port and inform if there is… that port . Can you please teach me in writing the code . Code to monitor port 135 on windows OS Programming Web Development by amuarica … computer maybe have a worm . From your opinion , what programming technique that suitable for this program . Is there anybody can guide… Re: Code to monitor port 135 on windows OS Programming Web Development by amuarica Yes , I know by installing firewall is better and cost nothing . But this is just for educational purpose . I want to learn the programming technique for that program . Can anybody here help me ? Code to monitor port 135 on windows OS Programming Software Development by amuarica … computer maybe have a worm . From your opinion , what programming technique that suitable for this program . Is there anybody can guide… Re: Code signing python scripts. Programming Software Development by lrh9 …it uses a hash function to shorten the code and then uses a public key cipher signing…value. Or it may simply just hash the code but I assume not[/QUOTE] Basically it's… just a fixed length hash of the code, and maybe a developer's private key. The… most common hashing algorithms used to hash the code are MD5, SHA1, and SHA2. The primary … Re: Code signing python scripts. Programming Software Development by jamercee … same challenge -- to distribute python source code, but to prevent hackers from tampering with the code. The solution we developed was to… emits an error message, and refuses to run the tampered code. Signet is multiplatform and runs on windows, unix, linux, freebsd… Re: Code works, would appreciate style advice Programming Software Development by phillipdaw …appropriate, for reliability, consistency, and ease of modifying the code. [QUOTE]...calling main recursively to go again is probably not…I can think of. I have recognized that the code I've written is a C program with cout …which feels more like a shortcut than an advanced programming technique. So would the use of classes and members really … Re: Code signing python scripts. Programming Software Development by AutoPython Well, it sounds like it simply encrypts your code. When you run the program it decrypts the encrypted file and checks to see if it matches the code. Sounds relatively simple. You could use some simple encryption keys. Re: Code signing python scripts. Programming Software Development by lrh9 No. That's not it. The code isn't encrypted. A value is created from the code, and if it doesn't match your certificate, the code has been altered. Re: Code signing python scripts. Programming Software Development by kolosick.m188 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 that which is the unique value. Or it may simply just hash the code but I assume not Re: Code formatting for c++/c/java Programming Software Development by nbaztec Well done, I was thinking of myself to incorporate a formatting technique to use with my wrapper program for Alex's Syntax Highlighter. Re: Code Snippet Contest Community Center Geeks' Lounge by TrustyTony code/403873/text-based-english-solitaire-from-wikipedia This said I have posted many very short 'trick' or example of technique… style of posts as code snippets, including one liners http://www….daniweb.com/software-development/python/code/382803/one-line-vigener-single-decryptencrypt-function-with… Re: code that can allow the login form to search for pin numbers stored in another form Programming Software Development by jp_jones …was a Manager. You should be able to tweak this code to make it work. NOTE: not being on the … which was caught in the catch exception portion of this code. Also, "gstrConn" was a global variable that… - gstrConn = My.Settings.SouthRefundsConn.ToString). You can use this technique or you can simply type out the entire connection string… Re: Code Embedding in a Post? Community Center Meta DaniWeb by Gribouillis Let's try cereal's technique def paire(x): return sqrt(-x**2+3*x+4), …, 3.7): print x, paire(x) In kubuntu, I selected code in an editor with ^c, then pasted it in daniweb… Re: Code to monitor port 135 on windows OS Programming Software Development by Comatose Well, You will need to use sockets..., and build a server program that listens on that port. I can code such a program, in VB6, but I don't have .NET, nor do I use it enough to know how sockets work in it. But, I will tell you that creating a socket on that port for listening is the way to go about doing what you would like. Re: Code to monitor port 135 on windows OS Programming Software Development by Comatose … Included the needed socket control, the complete and commented source code, along with a zip file that contains an installation program… Re: Code to monitor port 135 on windows OS Programming Software Development by amuarica The code work well . you are a great programmer , Comatose. but can you explain to me about serversock function . i have a book about visual basic 6 and it doesnt even mention about serversock . where can i find a source that will explain about serversock ? Re: Code to monitor port 135 on windows OS Programming Software Development by Comatose [QUOTE=amuarica]The code work well . you are a great programmer , Comatose. but can … Re: Code to monitor port 135 on windows OS Programming Software Development by HammerAway The code works great. I'd like to write out the data … Fortran code conversion to Python 3.x Programming Software Development by colby.christensen … combined into the structure stiffness matrix using the code number technique. The structure stiffness matrix is triangular. At… this point in the Fortran code, it calls a …;Enter the external loads. Loads must be ordered per code numbering:")) q = eval(infile.readline()) Q =… Re: Fortran code conversion to Python 3.x Programming Software Development by veblinriche may i ask?, can the fortran code read every example of truss??. i really want to know, cause i have home work to do. thank you very much Re: Fortran code conversion to Python 3.x Programming Software Development by MrEfgo Hello colby, I tried to run your FORTRAN code on OPEN WATCOM and the log says: cd C:\WATCOM…-11 column 62, repeat specification not allowed for this format code deinternet.FOR(12): *ERR* FM-06 column 67, unrecognizable edit…-11 column 56, repeat specification not allowed for this format code deinternet.FOR(26): *ERR* EQ-02 column 14, cannot … Re: Fortran code conversion to Python 3.x Programming Software Development by DMurthy_1 Hi Nice to see fortran to python conversion. I am a beginner in python. BUt have fortran coding experience. If i provide a small fortran program , would it be possible to provide an equal python code. If yes I will provide the fortran code. Appreciate your help in this regard. Re: Fortran code conversion to Python 3.x Programming Software Development by Reverend Jim That depends on how complex the code is and where you are having problems. I suggest you start a new thread and see what happens. We tend to offer help rather than solutions. Re: Presto changeo! Change code to html5 Digital Media UI / UX Design by zizuno [CODE]<audio src="source of file" autoplay> Non html5 here </audio> [/CODE] I believe that is the syntax Re: Can anyone explain this code to me? Programming Software Development by Infarction …, at which point it exits the loop and continues. This technique is also known as a [url=http://en.wikipedia.org…