All public logs
From charlesreid1
Combined display of all available logs of charlesreid1. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 16:31, 21 April 2025 Admin talk contribs created page File:ProjectEuler334 PS.png
- 16:31, 21 April 2025 Admin talk contribs uploaded File:ProjectEuler334 PS.png
- 13:01, 21 April 2025 Admin talk contribs created page Project Euler/334 (Created page with "Link: https://projecteuler.net/problem=334 ==Beans Game== In Plato's heaven, there exist an infinite number of bowls in a straight line. Each bowl either contains some or n...")
- 12:59, 21 April 2025 Admin talk contribs created page Project Euler/323 (Created page with "https://projecteuler.net/problem=323 ==Notes== To visualize this problem, think of a coin or stamp collection, where there are slots for coins from each year and you're coll...")
- 19:35, 19 April 2025 Admin talk contribs created page Project Euler/112 (Created page with "==Problem Statement== 500px ==Flag== {{ProjectEulerFlag}}")
- 19:35, 19 April 2025 Admin talk contribs created page File:ProjectEuler112.png
- 19:35, 19 April 2025 Admin talk contribs uploaded File:ProjectEuler112.png
- 19:15, 19 April 2025 Admin talk contribs created page Project Euler/40/Solution (Created page with "Here is a calculation of the product <math>d_1 \times d_{10} \times d_{100} \times d_{1000} \times d_{10000} \times d_{100000} \times d_{1000000}</math>, where <math>d_n</math...")
- 19:13, 19 April 2025 Admin talk contribs created page Project Euler/40 (Created page with "Champernowne's Constant ==Problem Statement== An irrational decimal fraction is created by concatenating the positive integers: <math>0.12345678910{\color{red}\mathbf 1}112...")
- 17:21, 19 April 2025 Admin talk contribs created page Project Euler/312 (Created page with "A <strong>Sierpiński graph</strong> of order-$1$ ($S_1$) is an equilateral triangle. $S_{n + 1}$ is obtained from $S_n$ by positioning three copies of $S_n$ so that every pa...")
- 16:55, 19 April 2025 Admin talk contribs created page File:ProjectEuler301.png
- 16:55, 19 April 2025 Admin talk contribs uploaded File:ProjectEuler301.png
- 16:40, 19 April 2025 Admin talk contribs created page Project Euler/301 (Created page with "==Problem statement== The problem asks for the number of positive integers <math>n \leq 2^{30}</math> such that the Nim game position (n, 2n, 3n) is a losing position for the...")
- 10:39, 19 April 2025 Admin talk contribs created page Project Euler/227 (Created page with "==Problem Statement== Game with 2 dice, even number of players Players sit around a table, game begins with 2 opposite players, 1 die each. On each turn, the two players wi...")
- 07:02, 19 April 2025 Admin talk contribs created page Project Euler/33 (Created page with "==Problem Statement== The fraction 49/98 can mistakenly be reduced to a correct reduced value 4/8 by cancelling out the 9s. The cas of fractions like 30/50 are considered tr...")
- 05:54, 19 April 2025 Admin talk contribs created page Project Euler/32 (Created page with "==Problem Statement== An n-digit number is pandigital if it makes use of all digits 1 to n exactly once Example: the 5-digit number 15234 is pandigital for digits 1 thru 5...")
- 05:43, 19 April 2025 Admin talk contribs created page Project Euler/29 (Created page with "==Problem Statement== Consider integer combinations of a^b for 2 <= a <= 5 and 2 <= b <= 5: There are 16 distinct powers, but they make 15 distinct numbers (2^4 and 4^2 are...")
- 17:39, 18 April 2025 Admin talk contribs created page Project Euler/28 (Created page with "<pre> function sumDiagonals(n): k = (n - 1) / 2 sum = 1 # Center for m from 1 to k: sum += 16 * m * m + 4 * m + 4 return sum n = 1001 result = sumDia...")
- 16:53, 18 April 2025 Admin talk contribs created page File:ProjectEuler30problem.png
- 16:53, 18 April 2025 Admin talk contribs uploaded File:ProjectEuler30problem.png
- 16:53, 18 April 2025 Admin talk contribs created page Project Euler/30 (Created page with "==Problem Statement== 500px ==Flags== {{ProjectEulerFlag}}")
- 16:51, 18 April 2025 Admin talk contribs created page Project Euler/31 (Created page with "==Problem Statement== 500px ==Solution== one-shot wolfram alpha solution 500px Image:ProjectEuler31b.p...")
- 16:51, 18 April 2025 Admin talk contribs created page File:ProjectEuler31problem.png
- 16:51, 18 April 2025 Admin talk contribs uploaded File:ProjectEuler31problem.png
- 16:50, 18 April 2025 Admin talk contribs created page File:ProjectEuler31b.png
- 16:50, 18 April 2025 Admin talk contribs uploaded File:ProjectEuler31b.png
- 16:50, 18 April 2025 Admin talk contribs created page File:ProjectEuler31a.png
- 16:50, 18 April 2025 Admin talk contribs uploaded File:ProjectEuler31a.png
- 21:09, 15 April 2025 Admin talk contribs created page Project Euler/901 (Created page with "==Problem Statement== A driller drills for water. At each iteration the driller chooses a depth d (a positive real number), drills to this depth and then checks if water was...")
- 17:36, 15 April 2025 Admin talk contribs created page Project Euler/198 (Created page with "==Problem Statement== A best approximation to a real number x for the denominator bound d is a rational number <math>\frac r s</math> (in reduced form) with <math>s \le d</ma...")
- 17:31, 15 April 2025 Admin talk contribs created page Project Euler/27 (Created page with "==Problem Statement== ==Solution== Solution: https://git.charlesreid1.com/cs/euler/src/branch/master/java/Problem027.java Implemented 2 nested for loops to search for param...")
- 16:40, 14 April 2025 Admin talk contribs created page Project Euler/60 (Created page with "==Problem Statement== The primes 3, 7, 109, and 673, are quite remarkable. By taking any two primes and concatenating them in any order the result will always be prime. For e...")
- 14:00, 14 April 2025 Admin talk contribs created page Ciphers (Created page with "* Ciphers/Caesar * Ciphers/Affine * Ciphers/Vigenere")
- 10:50, 14 April 2025 Admin talk contribs created page Project Euler/59 (Created page with "==Problem Statement== Link: https://projecteuler.net/problem=58 ==Flags== {{ProjectEulerFlag}}")
- 11:58, 9 April 2025 Admin talk contribs created page Six Sixes (Created page with "See also: Four Fours, Five Fives ==Six Sixes== Write each integer as a combination of 6 6's. Any mathematical symbol is allowed except for digits that are not 6.")
- 13:26, 4 June 2023 Admin talk contribs created page XXE (Created page with "Notes on XML External Entity (XXE) attacks =Overview= =Notes=")
- 13:00, 4 June 2023 Admin talk contribs created page Burp Suite/Extensions (Created page with "JWT Editor: https://portswigger.net/bappstore/26aaa5ded2f74beea19e2ed8345a93dd * enables you to view and edit the contents of JWTs Hackvertor: https://portswigger.net/bappst...")
- 13:44, 21 May 2023 Admin talk contribs created page SQL Injection/Blind (Created page with "A short guide to blind SQL injection.")
- 13:44, 21 May 2023 Admin talk contribs created page SQL Injection/Blind SQL Injection (Redirected page to SQL Injection/Blind) Tag: New redirect
- 09:02, 21 May 2023 Admin talk contribs created page Burp Suite/SQL Injection (Created page with "This page covers how to perform SQL Injection attacks with Burp Suite. ==Burp Suite Training Labs== Lab: SQL injection vulnerability in WHERE clause allowing retrieval o...")
- 08:58, 21 May 2023 Admin talk contribs moved page Burpsuite to Burp Suite
- 11:29, 30 December 2022 Admin talk contribs created page Six Memos for the Next Millenium (Created page with "==Quotes== {{Quote| These lectures are dense, rigorous, and seemingly full of contradiction. The first is a paean to lightness (though “light like a bird,” as Paul Valér...")
- 20:39, 20 November 2022 Admin talk contribs created page Bums (Created page with "500px ==Quotes== ==Flags== {{ReadingFlag}}")
- 20:25, 20 November 2022 Admin talk contribs created page File:Bums Cover.png
- 20:25, 20 November 2022 Admin talk contribs uploaded File:Bums Cover.png
- 19:16, 22 October 2022 Admin talk contribs created page FMM22 (Created page with "{{FMM |title=A Straight Flush |problem= suppose you're playing a classic game of poker - a card game in which each player is dealt a 5-card hand from a single deck of 52 card...")
- 14:18, 22 October 2022 Admin talk contribs created page FMM21 (Created page with "{{FMM |title=A Pair of Dice Games |problem= Consider two dice games: In the first game, you toss a single die N1 times. The question is, what should N1 be in order to make t...")
- 19:21, 26 May 2022 Admin talk contribs created page Pywikibot/Configuring (Created page with "Covers how to configure Pywikibot to talk to third-party wiki sites. ==Directory Structure== The directory structure for your pywikibot script should be a top-level dire...")
- 17:33, 18 May 2022 Admin talk contribs created page File:ProfessorsCube 5x5 Hipsta.jpg
- 17:33, 18 May 2022 Admin talk contribs uploaded File:ProfessorsCube 5x5 Hipsta.jpg