Tumgik
#compblr
a-fox-studies · 2 days
Text
Tumblr media
April 24, 2024 • Wednesday
Chill day, studying and listening to Taylor Swift's new album as one does.
🎧 So High School — Taylor Swift
Tumblr media
26 notes · View notes
sunscreenstudies · 1 year
Photo
Tumblr media Tumblr media Tumblr media Tumblr media
day at the library
2K notes · View notes
agent-z-coding · 1 month
Text
I HAVE FINALLY SUCCEEDED
Tumblr media Tumblr media
IT WORKS!!! IT WORKS!!!!!
[4, 5, 4.3] -> add BECOMES 13.3!!!!!!!!!!
YOU PEOPLE I HAVE DONE IT
source code will be coming soon (as soon as i get more helper functions working.
For now, PLEASE contribute if you can. Even as little as suggesting some helper functions could help me a ton.
Contribute below:
Open a PR, An issue, Anything, Just mention what the language lacks and you don't even need to implement it yourself, I'll add it to the To-Do list and get working on it ASAP.
Join the discord server, I will be posting updates and asking for suggestions and providing beta builds: https://discord.gg/JxnKn9jd
74 notes · View notes
devdot · 9 months
Text
Tumblr media Tumblr media Tumblr media
Part 0: Why would I ever want to touch C?
173 notes · View notes
stringeddoll · 6 months
Text
Tumblr media Tumblr media
studying for a midterm i have on system analysis tomorrow !! :3
84 notes · View notes
agent-z · 1 month
Text
Help. How do I get to the coding side of Tumblr.
10 notes · View notes
gla55t33th · 9 months
Text
Ok. I need a consensus. C/C++ programmers.
Tumblr media
12 notes · View notes
daemonhxckergrrl · 1 year
Text
not being funny but my oldest (working) pc has already turned 16 and runs like a dream. my oldest (non-working) pc is 18 and might one day become well again
and as much as i want a new pc (mainly for amd graphics so i can run wayland) i want to keep my current (8-year-old) pc fighting fit as long as is physically possible
12 notes · View notes
finalproblem-mlm · 2 months
Text
last semester the average for the exam i have this friday was 50% with no curve. i love computer science
1 note · View note
compblr · 6 months
Text
const DATE = ["22", "OCT", "2023"];
Tumblr media
>> Hello World!
First post! Finally kickstarting this blog! I am a 1st year Comp Sci Student! (BSc) and plan on joining the 100 DoC soon :]
>> For University
Held a meeting to arrange division of work on formative group coursework on development methodologies. Started on a powerpoint and script!
Continued working on figma illustrations for summative group cousework on web technologies.
Tumblr media Tumblr media
>> For Myself
Enrolled and begun work on a coursera course: Algorithms, Pt I
Tumblr media
0 notes
leam1983 · 8 months
Text
Got a question for my fellow techies...
I just got myself the MSI Z490 A Pro motherboard for a mid-tower project; I'm seeing the errant super-critical review amidst a sea of "Eh, s'okay"s - typically something to the effect of the board croaking during attempted BIOS updates.
Does this ring a bell for anyone?
0 notes
a-fox-studies · 5 months
Text
Tumblr media Tumblr media Tumblr media
November 20, 2023 • Monday
Today was pretty productive. I studied three chapters! Also had a demonic flare lol. We push through exam season tho
🎧 my tears ricochet — Taylor Swift
Tumblr media
144 notes · View notes
sunscreenstudies · 2 years
Text
Iconic Things My Coding Professors Have Said (and it’s only day one)
"that sounds very hacky, but smart"
"i'm not sure where i'm going with this... its quite similiar to my life"
*Entire class and prof spends fifteen minutes trying to solve a problem before eventually giving up* "great work guys, that was some good debugging"
"is this a super big issue?" *longggg dramatic sigh* "... yes".
Professor 1: "it's still not working? um... okay, maybe you should... turn off your wifi and turn it back on again?"   Professor 2: "40 years of experience in networking and computing at its finest"
"whenever i'm doing my taxes, i never use the calculator app on my phone, i always just open up a notebook and use python and i think thats very brave of me"
"your life quality with improve when you use python 3 instead of python 2. your skin will improve and you'll even sleep better"
"so this compiler doesn't recognise cases, so if you're really perverse, you could do Apple, aPple, apPle, appLe, applE, but if you do that then i'm going to kick you out"
"so, let's give an example: "True = False". Asides from causing the end of the world, much like dividing by 0, this will also cause an error"
"if you want to see my cat, i'll show her. if you DON'T want to see my cat, too bad, cause I'm going to show you her anyway"
"today we will use three keywords: `if`, `else`, and their weird cousin `elif`."
"if you want to type something else, like... uh, goodbye world? maybe? is that too dark? i think its too dark, so lets save that for later on in the year... by the way, have you been told about your exams yet?"
Professor : "is everything clear so far? shall i go faster?"   Literally EVERYONE: "no! slower!"   Professor: "Slower?! you can go slow when you're dead, you won't need python then!"
"you can't use functions as your variable names. for example, you can't call this number "if". i mean i don't know why you'd use that as your variable name to begin with, but i'm not here to question your life, i'm here to teach you python"
"it's probably not the most efficient but its just what came out of me so we're running with it"
Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7 | Part 8 
Part 9  | Part 10 | Part 11 | Part 12 | Part 13 | Part 14
800 notes · View notes
agent-z-coding · 1 month
Text
Writing a programming language in C. How is this syntax:
Tumblr media
Join the discord server, I will be posting updates and asking for suggestions and providing beta builds: https://discord.gg/JxnKn9jd
42 notes · View notes
studywithsushi · 3 years
Text
Life Lesson learnt whilst studying CS : Backtracking
“Backtracking is an algorithmic-technique for solving problems recursively by trying to build a solution incrementally, one piece at a time, removing those solutions that fail to satisfy the constraints of the problem at any point of time”
Tumblr media
Today I was solving backtracking algorithm related questions and I realised just as we in CS solve problems using this technique incrementally, we must emulate that same pattern in life to ensure our intended results. Just as a rat in a maze doesn’t stop moving and adjusts their direction, we in life must see all rejections as redirections. 
Consistent redirections without losing enthusiasms is what led the proverbial rat to the end of the maze. 
But, there is a catch here. The rat remembers its past moves and builds upon them. Even though it may lead to an imminent stone wall, the rat moves with equal enthusiasm till the end of the road. The rat systematically weeds out failed routes, remembers them and moves with the same conviction to find the route that gets it to the end of the maze. 
Just like the rat, we must be mindfully making logical decisions and going about our days in a systemic fashion.
Backtracking can be defined as a general algorithmic technique that considers searching every possible combination in order to solve a computational problem. 
Search every nook, every cranny. Knock on every door. Do what needs to be done. But NEVER give up.
76 notes · View notes
thepythonista · 3 years
Photo
Tumblr media Tumblr media
Hello everyone! How is it going?
Today I’m not feeling motivated to study but I’m determined to. I learn the hard way that it’s more important to have a determined mindset than feeling motivated every day. Of course, it’s easier accomplish your tasks when you are highly motivated and looking forward to challenges, but we know this is just the ideal scenario.
My main tasks for the day are working out, attending a class and revising both for this class and SQL. I’m currently working on the challenges that Hackerrank provides, and I’m almost done with them. Currently I’m revising SQL with the Kaggle couse; my goal is to finish the intro course today, but we’ll see how it goes.
I think it’s easier to share my goals since I feel the pressure to accomplish them harder, so this is my plan for today:
1pm-3pm: intro to SQL course.
3pm-4pm: have lunch.
4pm-6pm: attending online class and revising basic concepts.
6pm-7pm: working out.
7-8pm: spare time.
8pm-9pm: French lesson.
After 9pm is for having dinner, reading and watching a TV show in English without subtitles.
32 notes · View notes