#do my programming homework
Explore tagged Tumblr posts
jameessmith · 1 year ago
Text
0 notes
ihavesomejays · 7 months ago
Text
Tumblr media
quick shapey sunday thing i painted to procrastinate on my drawing assignment
detail shot under keep reading
Tumblr media
106 notes · View notes
rearranging-deck-chairs · 6 months ago
Text
i tried to play into tumblr's automatic video looping but you can also watch it on youtube with subtitles for the dialogue, it's not that important, it's more about the idea of the loop than the experience
68 notes · View notes
allyougottado · 10 months ago
Text
Tumblr media Tumblr media
folie mspaint doodles
i think she's so adorbz i hope she gets an avatar one day
43 notes · View notes
oxymoronicdumbass · 3 months ago
Text
if i’m not constantly stressed and busy, then i’m lazy and wasting valuable time, but if i am constantly stressed and busy then i am constantly stressed and busy
6 notes · View notes
marigoldbaker · 6 months ago
Text
i will say though my decision to do an online program at the same time as my part time job was so smart because i think academia for three more years woulda killed me AND the anxiety about not having any job experience would have ALSO gotten to my head
10 notes · View notes
spark-hearts2 · 2 months ago
Text
I AM SO GOOD AT CIRCUIT BUILDING AND PROGRAMMING RAAAAA
C++ script under cut :3
int UpDown;       //value for the Y direction of controller
int LeftRight;    //value for the x direction of controller
int LR_neutral;   //value for the 0 position in the y direction of controller
int UD_neutral;   //value for the 0 position in the x direction of controller
int Bprev;        //value for button edge detection
int Bcurr;        //value for button edge detection
int R;
int Y;
int G;
int B;
void setup() {
  Serial.begin(9600);  //begin communication
  pinMode(A2,  INPUT); //button press detection
  pinMode(4, OUTPUT); //set pin 4 to power the Red LED
  pinMode(5, OUTPUT); //set pin 5 to power the Yellow LED
  pinMode(6, OUTPUT); //set pin 6 to power the Blue LED
  pinMode(7, OUTPUT); //set pin 7 to power the Green LED
  LR_neutral = analogRead(A1); //set zero position of controller
  UD_neutral = analogRead(A0); //set zero position of controller
  //WARNING!!! YOU CAN NOT TOUCH CONTROLER WHEN INITALIZATION HAPPENS!!!! WILL MESS CONTROLLER UP
}
void loop() {
LeftRight = analogRead(A0);  //read X position of controller
UpDown = analogRead(A1);     //read y position of controller
Bprev = Bcurr;               //set current button state to previous state
Bcurr = analogRead(A2);     //set current button state equal to actual button state
if ((Bprev == 0) && (Bcurr > 0)){
  //turns all LED on
  digitalWrite(4,HIGH);
  digitalWrite(5,HIGH);
  digitalWrite(6,HIGH);
  digitalWrite (7,HIGH);
  delay(100); //wait
  //turns all LED off
  digitalWrite (4,LOW);
  digitalWrite (5,LOW);
  digitalWrite (6,LOW);
  digitalWrite (7,LOW);
}
if (UpDown >= UD_neutral) {  // checks if controller is up
  B = 0; //if up turns blue LED off
  R = map(UpDown, UD_neutral,1023,0,255);  //if up turns red LED on
}
else {
  R = 0;  //if down turns red LED off
  B = map(UpDown, UD_neutral,0,0,255); //if down turns blue LED on
}
if (LeftRight >= LR_neutral) {  // checks if controller is right
  G = 0;  //if right turns green LED off
  Y = map(LeftRight, LR_neutral, 1023,0,255); //if right turns yellow LED on
}
else {
  Y = 0; //if left turns yellow off
  G = map(LeftRight, LR_neutral, 0,0,255); //if left turns green on
}
//writes values to LEDs
analogWrite(4,R);
analogWrite(5,Y);
analogWrite(6,B);
analogWrite (7,G);
}
5 notes · View notes
elprupneerg · 3 months ago
Text
its not even 11:30 on the first day of school and i'm done for the day. is this why morning people are like that?
3 notes · View notes
hotsugarbyglassanimals · 2 months ago
Text
it's ridiculous to give someone their first pair of glasses then expect them to want to navigate the world without them after that, but somehow it's expected that ppl with ADHD should just deal w/ not having their normal prescription
4 notes · View notes
emmajacob03 · 5 months ago
Text
How to Overcome Writer’s Block During Assignment Deadlines
Writer’s block is a common challenge faced by students, particularly when assignment deadlines loom large. It can be frustrating and demotivating, leading to anxiety and a sense of helplessness.
Tumblr media
At AssignmentDude, we understand the pressures that come with academic life, particularly in demanding fields like data science, programming, and other technical subjects.
Our urgent programming assignment help service is designed to support students who find themselves overwhelmed by tight deadlines or complex topics. Whether you need assistance with coding assignments or help structuring your essays, our expert tutors are here to provide personalized guidance tailored to your needs.
When you’re facing writer’s block, it can feel like you’re stuck in quicksand — every attempt to write just pulls you deeper into frustration.
This is where AssignmentDude can make a difference. By utilizing our services, you can alleviate some of the pressure and focus on developing your writing skills without the added stress of looming deadlines.
Our team is dedicated to helping you succeed academically while fostering a deeper understanding of your subject matter.
In this article, we will delve into various strategies for overcoming writer’s block, including practical tips for managing your time effectively and maintaining motivation throughout your writing process. Let’s explore these strategies in detail.
Understanding Writer’s Block
What Is Writer’s Block?
Writer’s block is a psychological condition that prevents individuals from being able to write or produce content. It can manifest in various forms:
Inability to Start: You may find it difficult to begin writing even when you have ideas.
Lack of Ideas: You might feel completely blank and unable to generate any thoughts related to your topic.
Perfectionism: The desire for perfection can lead to procrastination and an inability to produce anything at all.
Fear of Judgment: Worrying about how others will perceive your work can paralyze your ability to write.
Causes of Writer’s Block
Understanding the root causes of writer’s block can help you address it more effectively. Common causes include:
Stress and Anxiety: Academic pressures, personal issues, or fear of failure can contribute significantly to writer’s block.
Overwhelm: Facing a large project or multiple assignments at once can lead to feelings of being overwhelmed.
Distractions: A noisy environment or constant interruptions can hinder concentration and creativity.
Fatigue: Lack of sleep or burnout from continuous studying can impair cognitive function and creativity.
Strategies for Overcoming Writer’s Block
1. Set Clear Goals
One effective way to combat writer’s block is by setting clear, achievable goals for your writing sessions. This involves breaking down your assignments into smaller tasks that feel less daunting.
How to Set Goals:
Be Specific: Instead of saying “I will work on my essay,” specify what part you’ll tackle first, such as “I will write the introduction.”
Assign Timeframes: Allocate specific time slots for each task. For example, “I will write for 30 minutes on my introduction.”
Prioritize Tasks: Determine which sections are most critical and focus on those first.
2. Create a Writing Schedule
Establishing a regular writing schedule can help create a routine that makes writing feel more automatic rather than daunting.
Tips for Creating a Schedule:
Choose Your Best Times: Identify when you are most productive — whether it’s morning or evening — and schedule your writing sessions accordingly.
Block Out Distractions: During your scheduled writing times, eliminate distractions by turning off notifications on your devices or using apps designed to minimize interruptions (like Focus@Will).
3. Break Down Your Tasks
When faced with an overwhelming assignment, breaking it down into smaller steps can make it more manageable.
Steps for Breaking Down Tasks:
Outline Your Assignment: Create a detailed outline that breaks down each section of your paper.
Focus on One Section at a Time: Concentrate on completing one section before moving on to the next.
Set Mini-Deadlines: Assign mini-deadlines for each section based on your overall deadline.
4. Embrace Freewriting
Freewriting is an excellent technique for overcoming writer’s block because it allows you to write without worrying about structure or grammar.
How to Practice Freewriting:
Set a timer for 10–15 minutes.
Write continuously without stopping or editing yourself.
Focus on getting ideas down rather than producing polished content.
This exercise helps clear mental blocks and often leads to unexpected insights that you can refine later.
5. Change Your Environment
Sometimes a change of scenery can stimulate creativity and help overcome writer’s block.
Tips for Changing Your Environment:
Find a New Location: Try writing in a different room, a coffee shop, or a library.
Create an Inspiring Workspace: Decorate your workspace with motivational quotes, plants, or artwork that inspires you.
6. Take Breaks
Taking regular breaks during writing sessions can help refresh your mind and prevent burnout.
Techniques for Effective Breaks:
Use the Pomodoro Technique: Work for 25 minutes followed by a 5-minute break; after four cycles, take a longer break (15–30 minutes).
Engage in Physical Activity: Use breaks to stretch, take a walk, or do some light exercise — this helps increase blood flow and boosts creativity.
7. Seek Feedback Early
Getting feedback early in the writing process can provide clarity and direction that may alleviate feelings of uncertainty contributing to writer’s block.
How to Seek Feedback:
Share drafts with peers or mentors who can provide constructive criticism.
Join study groups where members review each other’s work regularly.
Utilize platforms like AssignmentDude for professional feedback on specific sections of your assignments.
8. Utilize Writing Prompts
Writing prompts are great tools for sparking creativity when you’re feeling stuck.
Examples of Writing Prompts:
“What if I approached this topic from an entirely different angle?”
“How would I explain this concept to someone without any background knowledge?”
Using prompts allows you to explore different perspectives without the pressure of perfectionism.
9. Manage Your Time Effectively
Effective time management is crucial when facing tight deadlines that contribute significantly towards writer’s block due increased stress levels associated completing tasks last minute!
Techniques for Time Management:
1 . Prioritize Tasks: Identify which assignments are most urgent based upon their due dates; focus efforts accordingly!
2 . Create A Timeline: Develop timelines outlining key milestones leading up until submission dates! This helps visualize progress while keeping track deadlines ensuring nothing falls through cracks!
3 . Avoid Procrastination: Combat procrastination by setting specific times each day dedicated solely towards working on assignments — eliminating distractions during these periods enhances focus productivity!
10. Stay Motivated
Maintaining motivation throughout the writing process is essential! Here are some strategies that may help keep spirits high even during challenging times:
Tips For Staying Motivated
1 . Set Clear Goals :
Define specific short-term long-term goals related what want achieve within field Data Science .
2 . Break Down Tasks :
Divide larger tasks manageable parts so they feel less overwhelming; celebrate small victories along way!
3 . Reward Yourself :
After completing significant milestones — treat yourself! Whether it’s enjoying time off indulging something special — positive reinforcement helps keep spirits high!
11.Seek Help When Needed
Despite all efforts , there may be times when assignments become too challenging time-consuming . In such cases , don’t hesitate seek help from professionals who specialize providing assistance tailored specifically students facing difficulties .
Why Choose AssignmentDude?
AssignmentDude offers urgent programming assignment help services designed specifically students who find themselves overwhelmed tight deadlines complex topics within coursework! Our expert team available around-the-clock ensuring timely delivery without compromising quality standards!
By reaching out when needed — whether it’s clarifying concepts related directly back onto assignments — students can alleviate stress while ensuring they stay ahead academically!
Additional Tips for Success in Writing Assignments
While we’ve covered numerous strategies already let’s delve deeper into some additional tips specifically aimed at helping students overcome challenges they may face during their assignments:
Understand Assignment Requirements Thoroughly
Before starting any assignment take time read through requirements carefully! This ensures clarity around what exactly expected from submission — avoid misinterpretations which could lead wasted effort down wrong path!
Tips To Clarify Requirements:
1 . Highlight Key Points :
Identify critical components outlined within prompt such as specific methodologies required datasets needed etc .
2 . Ask Questions :
If anything unclear don’t hesitate reach out instructors classmates clarify doubts early-on rather than later when deadlines approaching!
3 . Break Down Tasks :
Once understood break down larger tasks smaller manageable chunks creating timeline completion helps keep organized focused throughout process!
Collaborate With Peers
Forming study groups collaborating classmates provides opportunity share knowledge tackle difficult topics together! Engaging discussions often lead new perspectives understanding concepts better than studying alone!
Benefits Of Collaboration :
1 . Diverse Perspectives :
Different backgrounds experiences lead unique approaches problem-solving enhancing overall learning experience!
2 . Accountability :
Working alongside others creates accountability encourages everyone stay committed towards completing assignments timely manner!
3 . Enhanced Understanding :
Teaching explaining concepts peers reinforces own understanding solidifying grasp material learned thus far!
Embrace Feedback
Receiving feedback from instructors peers invaluable part learning process! Constructive criticism highlights areas improvement helps refine skills further develop expertise within field!
How To Embrace Feedback Effectively :
1 . Be Open-Minded :
Approach feedback positively view it as opportunity grow rather than personal attack — this mindset fosters continuous improvement!
2 . Implement Suggestions :
Take actionable steps based upon feedback received make necessary adjustments future assignments ensure progress made over time!
3 . Seek Clarification :
If unsure about certain points raised during feedback sessions don’t hesitate ask questions clarify how best address concerns moving forward!
Explore Advanced Topics
Once comfortable foundational aspects consider exploring advanced topics within realm Data Science! These areas often require deeper understanding but offer exciting opportunities expand skill set further enhance employability prospects post-graduation!
Advanced Topics To Explore :
1 . Machine Learning Algorithms :
Delve into supervised unsupervised learning techniques including decision trees random forests neural networks etc .
2 . Big Data Technologies :
Familiarize yourself tools frameworks such as Hadoop Spark which enable processing large-scale datasets efficiently!
3 . Deep Learning :
Explore deep learning architectures convolutional recurrent networks commonly used image/video processing natural language processing tasks alike!
4 . Natural Language Processing (NLP):
Learn techniques analyze interpret human language allowing applications chatbots sentiment analysis text classification etc .
5 . Cloud Computing Solutions :
Understand how cloud platforms AWS Azure Google Cloud facilitate storage computing power needed handle large-scale analytical workloads seamlessly across distributed systems .
Conclusion
Navigating through challenging assignments in Data Science requires dedication , practice , effective communication skills — and sometimes assistance from experts !
By following these tips outlined above while utilizing resources like AssignmentDude when needed — you’ll be well-equipped not just academically but also professionally as embark upon this exciting journey!
Remember that persistence pays off ; embrace each challenge opportunity growth ! With hard work combined strategic learning approaches — you’ll soon find yourself thriving within this dynamic field filled endless possibilities !
If ever faced difficulties during assignments related specifically C++ , don’t hesitate reaching out AssignmentDude — we’re here dedicated support tailored just YOU!
Together we’ll conquer those challenges ensuring success throughout entire learning process! This guide provides comprehensive insights into overcoming writer’s block during assignment deadlines while offering practical tips for students facing challenges
0 notes
leowithyou · 1 year ago
Text
Tumblr media
As a student, juggling multiple assignments and deadlines can be overwhelming, especially when it comes to complex subjects like PHP. When I found myself struggling with my PHP assignments, I knew I needed expert help. That's when I turned to ProgrammingHomeworkHelp.com for assistance. They not only do My PHP assignment also helped me meet my deadlines but also improved my understanding and grades significantly.
One of the things that impressed me the most about ProgrammingHomeworkHelp.com was their team of experts. Each expert was highly knowledgeable and experienced in PHP, ensuring that my assignments were completed to the highest standard. They were also very responsive and communicative, keeping me updated throughout the process and addressing any concerns I had promptly.
Another aspect of their service that stood out to me was their commitment to quality. Every assignment I received was well-researched, properly formatted, and free of plagiarism. This not only helped me score better grades but also boosted my confidence in the subject.
I also appreciated the flexibility of their service. Whether I needed help with a simple PHP script or a more complex project, ProgrammingHomeworkHelp.com was able to accommodate my needs. They were also very accommodating when it came to revisions, ensuring that the final deliverable met my expectations.
Overall, my experience with ProgrammingHomeworkHelp.com has been extremely positive. Thanks to their expert help, I was able to excel in PHP and achieve the grades I had always wanted. If you're struggling with your PHP assignments, I highly recommend their services. Trust me, you won't be disappointed!
12 notes · View notes
momentokori · 3 months ago
Text
.
5 notes · View notes
sometimesidrawerr · 3 months ago
Text
Idea from tenth grader, don't go on the maths and tech profile in high school only because 'it's gonna pay well' and 'you're good at math'
Or if you do keep the pressure as low as possible
Please
(edit did I just go on a small tag rant lol)
4 notes · View notes
Text
Can’t believe I got my midterm grade back on International Lesbian Day this is homophobia
(I had to take this midterm without my extended time accommodations since I haven’t had the time to meet with disability resources at my new school yet and. Well. Let’s just say that YEP, I definitely really need those accommodations 🥲)
4 notes · View notes
natbplease · 8 months ago
Text
i love coding <- heavily caffeinated
6 notes · View notes
annoyangle · 8 months ago
Note
Do you have an education?
SCHOOL OF LIFE, ANON. SCHOOL OF LIFE. I'M NOT A SUCKER: I DON'T NEED A BUNCH OF PIECES OF PAPER AND CRIPPLING POST-SCHOOL STUDENT LOAN DEBT TO PROVE I KNOW THINGS! ALSO YOU ARE TALKING TO THE ALL-SEEINGEST OF ALL-SEEING-EYES, YOU KNOW. BOY, THE THINGS I'VE ""LEARNED"" OBSERVING YOUR SPECIES FROM EVERY ANGLE AND FROM INSIDE YOUR HEADS AND SAUSAGE BODIES - WOOF!
2 notes · View notes