Details
-
About19 year old, high school graduate. Just started college. Loves coding, photography
-
SkillsJavaScript, Python, Java, C#, VB.NET
-
LocationSrinagar, Kashmir
-
Website
-
Github
Joined devRant on 7/2/2018
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
-
Making projects with C on a Windows Machine in College - Works Perfectly
Trying them on my Linux machine at home - errors on 20 lines6 -
Just got my stickers 😁😁. Quick question: if I apply them to the back of my laptop, can I remove them after a couple of years if I decide to sell my laptop4
-
Anyone from India who received the DevRant swag items? I haven't received mine yet, it has been a couple of months.7
-
I decided to make some new icons for Atom editor (the launcher/executable ones), because I liked the vscode-icons project.
Made the repo on GitHub and decided to automate making the icons for different OS using Travis CI.
Started writing the Python Script for Travis.
My google queries:
How to generate icons for Linux?
I can use SVG or generate a PNG, many libraries available. 👍👍
How to generate icons for Windows?
Generate PNGs of various sizes and pack in an .ico file. Easy enough
So far so good.
How to generate icons for Mac?
Mac needs a .icns file, a package of PNGs of various sizes. Libraries available but can be done on OSX only. 😫😫
Then I think, what OS does Travis use?
Oh, I can specify macOS in it 😁😁😁
Starts the build 😎😎
Travis doesn't support Python on macOS
😑😑😑😑 -
Why does everyone screenshot a Tweet, instead of using a perfectly good app 'Tweet2Pic' being available on Play Store.
P.S: I am the dev, shamelessly promoting my app. I am not sure if I can share links here 😅3 -
Why doesn't Twitter have a public API without authentication for simple stuff, such as reading tweets. One can do that without logging in on the website, why shouldn't code be able to do it.5
-
Recently started computer science course at college. Linux user since 3 years.
Started to learn MS-DOS yesterday.
Teacher: To create a file use 'copy con <filename>'
Me (thinking): WTF, DOS doesn't have a seperate create command like 'touch'5