Search results

Jump to navigation Jump to search
  • Perl (category Programming)
    previous failed. Stop the program and write messaged to standard error. || do {codeblock}; Like die but not exiting the program, use to do additional actions
    3 KB (374 words) - 13:43, 12 November 2020
  • Geany (category Programming)
    Code editor I started to use after Bluefish maintenance seemed to have stopped. The SaveVersion script can be added to each project in the 'Project Properties'
    522 bytes (63 words) - 11:10, 21 April 2021
  • SaveVersion (category Programming)
    This script can be called from code editors like Bluefish and Geany. It compares the current file with a saved version (<filename>_<timestamp>. If there
    614 bytes (94 words) - 11:41, 20 January 2022
  • 243&52\\43&14\end{bmatrix}}} Where counting starts is defined by the programming language used. Python starts counting a 0. In python use arrays to define
    871 bytes (139 words) - 17:22, 26 May 2019
  • ICT ► Blockchain ► Cryptograpy ► Linux/Unix ► MSwindows ► Networking ► Programming ► Security ► Webdesign User's Guide for information on using the wiki
    795 bytes (48 words) - 11:12, 30 June 2023
  • 20220531 Fist notes on java programming. public class HelloWorld { public static void main(String args[] ) { String text = "hello world"; System.out.println(
    2 KB (319 words) - 20:52, 28 June 2022
  • If you really have to use MSwindows sometimes this may help Things I learned that may come in handy whenever I'm forced to go windows. %1, %2 Positional
    5 KB (645 words) - 13:58, 22 April 2023
  • prog = '<program>' and ldate = '<YYYY-mm-dd>' and ltime = '<HH:MM:SS>'; echo "select msg from logs where host = '<hostname>' and prog = '<program>' and ldate
    3 KB (413 words) - 00:05, 23 January 2023
  • unix_time (seconds since 1-1-1970) as integer whenever possible. Also in programs avoid date/time conversions except for presentation. NOW() UTC_TIMESTAMP()
    6 KB (706 words) - 22:31, 7 January 2024
  • character We have our own template. Modules need to be imported into your program by the import command. To add the location of your own modules to the python
    8 KB (1,019 words) - 14:50, 8 January 2024
  • Template for Python programs. Creating logfiles, standard modules to load, opening files, user configuration. Code for mailing is on this wiki too. ToDO:
    4 KB (457 words) - 11:44, 29 December 2021
  • netstat -nap Show port status (LISTEN, ESTABLISHED, .....) and the program that owns it. You need to be root to see the process information nc -v -z <host>
    3 KB (445 words) - 16:26, 11 February 2024
  • contract Deployer transfers the reward to supplier The deployer can be programmed to do any number of checks before the reward is paid. Some part of this
    2 KB (314 words) - 12:30, 15 June 2021
  • is more efficient if the regular expression is used several times in a program. NOTE: In all examples below regexp can be replaced by the object from re
    8 KB (1,086 words) - 17:41, 20 February 2024
  • print ("Usage: "+__file__) print("Send email, include what you need in your program") version = '0.1, 19700101, Initial release' print("Version: "+version)
    3 KB (364 words) - 14:58, 22 August 2020
  • pip is the python program for module installation and upgrade. Wheels are preconfigured packages that allow easy off-line installation. They usually have
    600 bytes (80 words) - 21:47, 20 August 2021
  • ############################################################################## #Main program ##############################################################################
    4 KB (600 words) - 15:35, 16 September 2018
  • Keyring can be used to store password so you don't need to put them in your programs hardcoded. Getting it installed in Ubuntu was quite a hassle. I did: pip3
    843 bytes (110 words) - 11:59, 18 June 2021
  • VAR to <value>. With -v you can pass variables from the shell to the awk program. awk -f <awkfile> <file> Parse <file> with the code in <awkfile>. If - is
    4 KB (575 words) - 16:50, 13 November 2023
  • more apps to uwsgi and a location in nginx. You can also run any number of programs by adding routes to an app or with just a few routes like this: #!/usr/bin/env
    4 KB (573 words) - 08:56, 21 July 2021

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)