User contributions for David

From Federal Burro of Information
A user with 31,777 edits. Account created on 11 January 2009.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

9 June 2023

  • 23:5823:58, 9 June 2023 diff hist +1,211 N Duplicate Finder ScriptCreated page with " finder.py <pre> #!/usr/bin/env python3 import os import hashlib def get_file_checksum(filename): """ Returns the SHA-256 hash of the contents of a file """ sha256 = hashlib.sha256() with open(filename, 'rb') as f: while True: data = f.read(1024) if not data: print("x", end = '') break sha256.update(data) print("!", end = '') return sha256.hexdigest() def fi..."

5 June 2023

29 May 2023

17 May 2023

16 May 2023

9 May 2023

  • 21:0621:06, 9 May 2023 diff hist +21 ESP32 Wi-Fi Signal StrengthNo edit summary current
  • 21:0621:06, 9 May 2023 diff hist +542 N ESP32 Wi-Fi Signal StrengthCreated page with " refernce / source: https://randomnerdtutorials.com/esp32-cam-connect-external-antenna/ <pre> #include "WiFi.h" const char* ssid = "REPLACE_WITH_YOUR_SSID"; const char* password = "REPLACE_WITH_YOUR_PASSWORD"; void setup(){ Serial.begin(115200); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(""); Serial.println("WiFi connected."); delay(100); } void loop(){ Serial.print..."

8 May 2023

  • 04:4204:42, 8 May 2023 diff hist +306 N Gemmology torontoCreated page with " ; Canadian Gemmological Association : https://canadiangemmological.com/education/professional-gemmology-program-2/ ; George Brown Program: : https://www.georgebrown.ca/programs/gemmology-program-f105 ; George brown course : gem settings : https://coned.georgebrown.ca/courses-and-programs/gem-setting"

7 May 2023

29 April 2023

  • 15:4515:45, 29 April 2023 diff hist +1,531 N Gen Z TermsCreated page with "as per my eve alliance ( DWH ) 1. "Lit" - A word used to describe something that is exciting or amazing. 2. "Lowkey" - A word used to describe something that is not well-known or not talked about often. 3. "Highkey" - A word used to describe something that is very well-known or talked about often. 4. "I can't even" - A phrase used to express disbelief or shock. 5. "Yeet" - A word used to express excitement or enthusiasm. 6. "Stan" - A word used to describe someon..." current

28 April 2023

25 April 2023

19 April 2023

17 April 2023

14 April 2023

11 April 2023

5 April 2023

4 April 2023

3 April 2023

1 April 2023

29 March 2023

21 March 2023

20 March 2023

19 March 2023

  • 01:1901:19, 19 March 2023 diff hist +463 N Eve-online/Fitting/CatalystCreated page with " == t2 longbow / mediumg shield no point == <pre> [Catalyst, t2longbow] Magnetic Field Stabilizer II Magnetic Field Stabilizer II Co-Processor I Medium Shield Extender II 5MN Y-T8 Compact Microwarpdrive 150mm Railgun II 150mm Railgun II 150mm Railgun II 150mm Railgun II 150mm Railgun II 150mm Railgun II Small Hyperspatial Velocity Optimizer I Small Ancillary Current Router I Small Polycarbon Engine Housing I Caldari Navy Iridium Charge S x240 </pre>"
  • 01:1801:18, 19 March 2023 diff hist +30 Eve-online/Fitting→‎Destroyer

14 March 2023

9 March 2023

8 March 2023

  • 03:5803:58, 8 March 2023 diff hist +2,039 N Bank's faith in Linux pays dividendsCreated page with "Bank's faith in Linux pays dividends By Liesbeth Evers [24-04-2002] Credit Suisse replaces Unix with Linux on mission-critical financial system Financial giant Credit Suisse First Boston has increased system performance twenty-fold by moving its mission critical application infrastructure from Risc-Unix to a Lintel environment. While incumbents continue to dismiss Linux as unfit for serious enterprise applications, the bank has proved the opposite by trusting its glob..." current
  • 02:0102:01, 8 March 2023 diff hist 0 How to make an FM wireless BUGNo edit summary current
  • 02:0002:00, 8 March 2023 diff hist +3,470 N How to make an FM wireless BUGCreated page with " This handy little device can be used for two purposes. The first is a FM bug, which transmits on the FM frequency, thus making it extremely easy to pick up. The second is a FM station blocker (which can be really fun if you are pissed at someone who just happens to be listening to the radio. In this case, you can do 1 (or both) of these: A) announce through the bug (on their station) that Fred (whoever is listening) has just won 1 years supply of orthopedic shoe pads, o..."

6 March 2023

  • 05:4205:42, 6 March 2023 diff hist +1,579 N Linux in BanksCreated page with "A director once told me that the banks would never use linux. Here are my notes from that. ( all pretty much dead, but I challenge you do see wherethis stuff went to. ) http://www.people.hbs.edu/delfenbein/ Ownership and control rights in Internet portal alliances, 1995-1999 http://www.people.hbs.edu/delfenbein/PortalDeals1.pdf Explaining the Recent Wave of Total IT Outsourcing by Global Banks http://www.people.hbs.edu/delfenbein/Larkin11192003.doc http://www.peo..." current
  • 04:1804:18, 6 March 2023 diff hist +176 QuotesNo edit summary current

28 February 2023

26 February 2023

  • 18:5518:55, 26 February 2023 diff hist +311 Htttest.shNo edit summary current
  • 18:5418:54, 26 February 2023 diff hist +632 N Htttest.shCreated page with "smash apache with ab. <pre> #!/bin/sh # this test the performance of apache alone based on various concurrency levels. #URL="http://66.46.148.83/" COUNT="10000" AB="/usr/local/apache/bin/ab" CONCURS="300" PID=$$ #CONCURS="100 200 300 400 500 600 700 800 900 1000" # sample size N=10 for i in `seq 1 $N` do for CONCUR in $CONCURS do echo Processing run $i CONCUR $CONCUR echo $AB -n $COUNT -c $CONCUR $URL..."
  • 18:4518:45, 26 February 2023 diff hist +111 ShowsizeNo edit summary current
  • 18:4118:41, 26 February 2023 diff hist +859 N ShowsizeCreated page with "a c program to tell you what the size of data types are: showsize.c <pre> #include <sys/types.h> #include <stdio.h> int main(void) { printf("In bits:\n"); printf("%d <-unsigned long\n", sizeof(unsigned long)*8); →‎mul8 to get it in bits: printf("%d <-unsigned long\n", sizeof(unsigned long)); →‎mul8 to get it in bits: printf("%d <-long long\n", sizeof(long long)*8); →‎mul8 to get it in bits: printf("%d <-int\n",..."
  • 18:3718:37, 26 February 2023 diff hist +1,037 N Test http plCreated page with " test_http.pl <pre> #!/usr/bin/perl -w # $Author: staradm $ # $Date: 2006/03/28 14:07:00 $ # $Id: test_http.pl,v 1.3 2006/03/28 14:07:00 staradm Exp $ # $Name: $ # $Revision: 1.3 $ # $State: Exp $ use strict; require HTTP::Request; require LWP::UserAgent; my $ua = LWP::UserAgent->new; $ua->credentials( '192.168.1.30:443', 'Restricted Files', 'staradm' => 'XXX' ); my ( $sec, $min, $hour, $day, $month, $year ) = ( localtime ) [ 0, 1, 2, 3, 4, 5 ]; # my..." current
  • 18:3418:34, 26 February 2023 diff hist +846 N Fwlog2sql/fwlog2sql.sqlCreated page with " <pre> CREATE table hit ( hash varchar(32), ID INT, TS TIMESTAMP, hostname varchar(255), PROTO varchar(8), TOS varchar(8), CH varchar(8), RULE varchar(8), PREC varchar(8), DST varchar(15), SRC varchar(15), SPT varchar(8), DPT..." current
  • 18:3418:34, 26 February 2023 diff hist +19 N Fwlog2sqlCreated page with " /fwlog2sql.sql" current
  • 18:3418:34, 26 February 2023 diff hist +7 Randomname.py"No edit summary current
  • 18:3318:33, 26 February 2023 diff hist +2,985 N Randomname.py"Created page with "#!/usr/bin/env python3 import random colours = [] fruits = [ "apple", "apricot", "avocado", "banana", "blackberry", "blackcurrant", "blueberry", "breadfruit", "cactus", "cantaloupe", "cashew", "cherry", "clementine", "coconut", "crabapple", "cranberry", "cucumber", "currant", "date", "dragonfruit", "durian", "eggplant", "elderberry", "fig", "goji", "gooseberry", "grape", "grapefruit", "guava", "honeyberry",..."
  • 18:1718:17, 26 February 2023 diff hist +79 N EpochCreated page with "<pre> #!/bin/sh date -d "1970-01-01 UTC $1 seconds" </pre> category:script" current
  • 18:1618:16, 26 February 2023 diff hist +21 Dhcp.cmdNo edit summary current
  • 17:3917:39, 26 February 2023 diff hist +745 N Dhcp.cmdCreated page with "<pre> # This is a widows cmd script. # It's meant to be run on tio-ads server. # You should change the MAC address, hostname and IP address to match your server. set subnetwork=172.31.4.0 set IPAddress=172.31.4.XX set mac_address=XX set machine_name=ibmbcXXbXX set BootServerIP=172.31.4.250 netsh dhcp server scope %subnetwork% add reservedip %IPAddress% %mac_address% %machine_name% "DHCP for %machine_name%" BOTH netsh dhcp server scope %subnetwork% set reservedoptionvalue..."
  • 17:3517:35, 26 February 2023 diff hist 0 Makedict random.plNo edit summary current
  • 17:3517:35, 26 February 2023 diff hist +1,647 Makedict random.plNo edit summary

25 February 2023

  • 05:5805:58, 25 February 2023 diff hist +404 N CrowCreated page with " <pre> [Crow, 逮住你了(got you)] Nanofiber Internal Structure II Overdrive Injector System II Warp Scrambler II Small Azeotropic Restrained Shield Extender Warp Disruptor II 5MN Quad LiF Restrained Microwarpdrive Interdiction Nullifier I Prototype Cloaking Device I Small Ghoul Compact Energy Nosferatu Small Hyperspatial Velocity Optimizer II Small Hyperspatial Velocity Optimizer II </pre>" current

18 February 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)