Details
-
LocationPhilippines
-
Github
Joined devRant on 5/14/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
A foolish choice
I have 2 partitions in one HDD that both have windows installed (dual booted), one for me and my younger brother. Earlier, I tried to rename his Windows folder (the one on the root) and I thought it will remove the dual boot and go straight to my OS.
But to my surprise, I can't boot to my OS either. Where did I go wrong? HELP!5 -
I just want to share my very first companion. Haha... This is btw my laptop way back 2011, used it to store highschool memories and silly stuff, if you know what I mean. This is the laptop that I first used the labrynth of directories such as A folder contains A to z Folder and again inside one of those contains A to z again lowered and upper. This is also my partner in coding C++ back in the days, I usually write code in paper and when back to school I used our lab's computer. Ohh and I also have my anime addiction started on this too! One time I discovered the side VGA and connected it to our big LCD screen but by the time I plugged it in, it produce explosive sounds, and my grandpa said that that lcd tv is only for 110v not for 220v. I learned the importance of voltages that day. I just went back and open it to backup my highschool memories and stuff to my external hdd. Ahhhhh memories.3
-
commit message: "change information to plural"
changes:
- {{#each information.requests}}
+ {{#each informations.request}}
{{this.fname}}
{{/each}}