Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/shortcuts/create

This file was deleted.

4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Mono auto generated files
# Mono auto generated files
mono_crash.*

# Build results
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
Expand Down
16 changes: 16 additions & 0 deletions Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
for question 2, it depends also on how the staff member reacts, how I'm doing, ect.
And, I constantly do it, so for trying to do it i'm probally advanced. But, for actually succeeding... also, where's one that's between Developing and Proficient?

for question three, uh... anyways... (reason it's not the lowest is, for instance, times where I have removed some features that I know could work, but are taking way too long)

For question 5, I am doing it (so working on it, quite high). Stay on assigned tasks... well, if anything it's getting worse

For question 18, I know how to, I just don't always do it. For instance, a lot of recursive if-then-else's, as I could do it, I just don't necessarily...

for question 14, i'll reply with a question: people don't do that?

For 15, I don't know all of them (like breakpoints), but I do use the information using that "play button" thing

haven't done methods yet.

you kidding? question 20 is partly why I take so long...
26 changes: 26 additions & 0 deletions Programming Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
this.close();
close current form, only shuts down entire form if used on parent
Application.Exit();
close

Prefix for items
Combo Box- cmb
List Box- lsb
Buton- btn
Text Box- txt
Label- lbl
Progress Bar- prg
group box-
gbx
convert string to integer:
int i = int.Parse(string);

convert any to integer
int i = Conver.ToInt32(string);

https://medium.com/wix-engineering/naming-convention-8-basic-rules-for-any-piece-of-code-c4c5f65b0c09
https://www.freecodecamp.org/news/programming-naming-conventions-explained/

pnl = panel

timer = tmr
Empty file added Proximics Math.txt
Empty file.
8 changes: 8 additions & 0 deletions ReadThis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
It is important to know the contents of a file before reading it.
Otherwise the output may not be what you expect.
For text files, it will be easy to read and process.
For other types of files it will be substantially more difficult.
Be sure to enclose your File read code in a Try-Catch construct to prevent runtime errors.

using the File.ReadAllText or File.ReadAllLines vs the Stream options will take some practice to determine when to use them.
Good luck and remember to COMMENT YOUR CODE!
Binary file added To Sort/Art/A fox, obviously.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added To Sort/Art/Bob Bluefur the furst.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
1 change: 1 addition & 0 deletions To Sort/Hero Arm Bionics.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.bing.com/search?pglt=41&q=hero+arm-+open+bionics&cvid=65817ac8c2c04b08a626fffdf4e58fea&gs_lcrp=EgRlZGdlKgYIABBFGDkyBggAEEUYOTIGCAEQABhAMgYIAhAAGEAyBggDEAAYQDIGCAQQABhAMgYIBRAAGEAyBggGEAAYQDIGCAcQABhAMgYICBAAGEAyCAgJEOkHGPxV0gEINjY5N2owajGoAgCwAgA&FORM=ANSAB1&PC=U531
Binary file added To Sort/Notes/2d size.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions To Sort/Notes/Launch Week Four- Goals and Reflection.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Goal And Plan
By Charlie Hatch
‎Thursday, ‎January ‎25, ‎2024 at 15:44:31

Getting to be able to go to college. Also will probally try to:
1. Going to the parties at least once
2. Maybe try that DnD thing
3. Knights of the Lunch Table? Not sure.

Ideas:
1. Stuff related more to sciences, specificly physics
2. Classes looking into math, especially above geometry (Calculaus, Linear Algebra, ect.)
3. Classes into AI and Machine Learning
4. More (as I think of it)
7 changes: 7 additions & 0 deletions To Sort/Notes/Making and importing 2d Sprites.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Import Image
Insprite actions, use "make paper2d"
In same place, use "make sprite"
For parts that are animated between, use "create flipbook"
Edit flipbook for other features if so desired

if spritesheet, use "extract sprite", then go through as needed
Empty file added To Sort/Notes/Parts.txt
Empty file.
Binary file added To Sort/Notes/Thumbs.db
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions To Sort/Older Versions/reason for folder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
store semi-outdated ones that do still have some useage,

or, at least store them untill that useage is non-existant
Binary file added To Sort/Older Versions/scene.io
Binary file not shown.
Binary file added To Sort/Older Versions/scene1.io
Binary file not shown.
12 changes: 12 additions & 0 deletions To Sort/Sources/.list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
https://www.bricklink.com/v2/main.page
this is the site that studio is from, and contains some good info
https://rebrickable.com/
this contains some good, useful info for instructions, if I understand correctly
https://www.bricklink.com/catalogTree.asp?itemType=P
this directly connects to the catolouque of parts
https://www.bricklink.com/catalogTree.asp?itemType=S
this directly links to the sets
https://www.bricklink.com/catalogList.asp?v=3&pg=1&catLike=W
this links to all categorys
https://www.lego.com/en-us/service/building-instructions
this links a place for searching for instructions
5 changes: 5 additions & 0 deletions To Sort/Sources/Better Instructions.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://lego.brickinstructions.com/
5 changes: 5 additions & 0 deletions To Sort/Sources/Bricklink Categories.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.bricklink.com/catalogList.asp?v=3&pg=1&catLike=W
6 changes: 6 additions & 0 deletions To Sort/Sources/Bricklink Item Catolouque.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.bricklink.com/catalogTree.asp?itemType=P
HotKey=0
5 changes: 5 additions & 0 deletions To Sort/Sources/Bricklink Set Catologue.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.bricklink.com/catalogTree.asp?itemType=S
5 changes: 5 additions & 0 deletions To Sort/Sources/Bricklink.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.bricklink.com/v2/main.page
5 changes: 5 additions & 0 deletions To Sort/Sources/Instructions.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.lego.com/en-us/service/building-instructions
5 changes: 5 additions & 0 deletions To Sort/Sources/Rebrickable.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://rebrickable.com/
3 changes: 3 additions & 0 deletions To Sort/costs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
light bluish grey: 5.744
reddish brown: 7.789
white: 19.99
1 change: 1 addition & 0 deletions To Sort/link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.bing.com/search?pglt=41&q=hero+arm-+open+bionics&cvid=65817ac8c2c04b08a626fffdf4e58fea&gs_lcrp=EgRlZGdlKgYIABBFGDkyBggAEEUYOTIGCAEQABhAMgYIAhAAGEAyBggDEAAYQDIGCAQQABhAMgYIBRAAGEAyBggGEAAYQDIGCAcQABhAMgYICBAAGEAyCAgJEOkHGPxV0gEINjY5N2owajGoAgCwAgA&FORM=ANSAB1&PC=U531
8 changes: 8 additions & 0 deletions To Sort/links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Primary Sites:
https://rebrickable.com/
bricklink.com
https://www.bricklink.com/v2/main.page

Instruction/ Info Links


1 change: 1 addition & 0 deletions To Sort/part.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.bricklink.com/v2/catalog/catalogitem.page?P=98585&idColor=15#T=C&C=15
Empty file added To Sort/power system.txt
Empty file.
Binary file added To Sort/primary scene.io
Binary file not shown.
Binary file added To Sort/reactor.io
Binary file not shown.
Binary file added To Sort/suspension1.io
Binary file not shown.
Binary file added To Sort/suspension2.io
Binary file not shown.
Binary file added To Sort/temporary store.io
Binary file not shown.
Empty file added To Sort/to sort.txt
Empty file.
13 changes: 13 additions & 0 deletions from IT/Binary/Binary Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
2 times itself "x" times

convert, say
01101110:
stick values in chart, add what

ascii table

column 1: 2^x (x=0 -> 7)

convert: put binary value into second column, add each value together

ASCII= American Standard of Code Information Interchange
5 changes: 5 additions & 0 deletions from IT/Binary/Binnary Convert/Binary to Decimal.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.desmos.com/calculator/z7k5gospz5
Binary file not shown.
Binary file added from IT/Binary/Binnary Convert/Split Value.xlsx
Binary file not shown.
25 changes: 25 additions & 0 deletions from IT/Corrupd BIOS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
fixing corrupted BIOS is similar to fixing OS, only more dangerous

most effective is "warranty"

if you have a gigabyte motherboard, there is a backup BIOS. If the main one is corrupted, you use the backup. If possible, it will use itself as a reference to fix the code. If it doesn't auto-happen,
power-off
press and hold reset button

third method is to use a paper clip to short pins one and 6 (on the "m-BIOS", or "main Bios")

next:
remove the discreet Graphics card
if your CPU doesn't have integrated graphics, well... if you remove the discreet card and there is no integrated, well, no graphics!

Reset the BIOS
remove CMOS, (assuming if you can boot into BIOS), reset the jumper. There may be a "restore factory settings" or "load setup defaults"
can brick stuff, cause issues. BIOS is DANGEROUS

Use jumper (Old motherboards)


Update BIOS
sometimes it will tell you to update
download copy of BIOS into flash drive, follow instructions
ensure steady power, OR ELSE
25 changes: 25 additions & 0 deletions from IT/Tech Support- Eldritch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
LEaaRDRV
imnpeiee
spdoaasr
ta ltgoi
et



L E a a R D R V
i m n p e i e e
s p d a p a s r
t a l e g o i
e t o a n l f
n h g t o v y
i i i s e
n z z e
g e e
i
n
g

was mentioned this looked like an eldritch incatation, got on concept of cuthulu. Look into:

cuthulu:
old man johnson
4 changes: 4 additions & 0 deletions from IT/Tools/Event Viewer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
win+x, event viewer
view logs and such such

startup apps, show BIOS thing
2 changes: 2 additions & 0 deletions from IT/Tools/To check system.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
chkdsk "x:"
sfc scannow
2 changes: 2 additions & 0 deletions from IT/Tools/power user.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
power user- win+x
admin tools