RSSAmplifier

Blog

CS Resources

cs.aviparshan.comRSS feed ↗24 posts

Latest posts

Protect Your Images: Free Stock Photography Sites That Allow AI Training

This post was published externally on Everything Tech Review. Read it at.

Simple solution to speed up your website to fix LCP problems

This post was published externally on Medium. Read it at.

My favorite AI LLM and Tools

This post was published externally on Everything Tech Review. Read it at.

“Very Long Vector Path” issues… and where to solve them — Issue with the settings cog icon

This post was published externally on Medium. Read it at.

How to watermark many PDF files at the same time

This post was published externally on Medium. Read it at.

Getting app the app IDs for my watch active 2 with tizen and how to launch an app easily

This post was published externally on Everything Tech Review. Read it at.

Stack smashing and buffer overflows with C/C++ Programs

For another assignment, we are given some vulnerable C and C++ programs which the user or a hacker can exploit with a buffer overflow attack (stack smashing). Thankfully, most modern compilers have built in protections (such as canaries) to avoid stack smashing attacks. #include <stdlib.h> #include <unistd.h> #include <stdio.h> #include <string.h> void win () { printf ( "code flow successfully…

Cracking linux user passwords with john the ripper

For starters… we are using john the ripper to crack passcodes, here is my modified config file which can be downloaded with wget on Linux (WSL too)! The rules are kept in /etc/john/john.conf. First copy it over to the local directory with cp /etc/john/john.conf . Edit and copy back using sudo cp ./john.conf /etc/john/john.conf wget https://cs.aviparshan.com//static/security-notes/jonh.conf or…

Cool Chrome Bookmarklets (Wayback machine, recover passwords, etc)

Chrome bookmarklets allow you to type javascript instead of a standard website url. We can use this to do some fun and useful things. Either make a new bookmark and in the URL field, type this in, or you should be able to copy and drag the text into the bookmark tab as well (you’ll see a plus sign). You can run many (vanilla) JS functions and code within your bookmarklets, but there are some…

How to change your DNS Server in Israel to Cloudflare and Google's and more tips and tricks!

This post was published externally on Everything Tech Review. Read it at.

VSCode Tip: How to convert phone numbers to tel: links with one go!

This post was published externally on Medium. Read it at.

How to get Windows 10/11 HEVC and HEIF (High Efficiency Video/Image) extensions for free

If you edit videos and images on your Windows Machine, these two extensions will come in handy (especially if you import from your phone). Both of these codeces/extensions are designed to contain high efficiency files (images and videos respectively). HEVC is quite important and necessary if you plan on watching or making MPEG-H Part 2 or H.265 content! It is normally a paid extension ($0.99) from…

What are Template Functions and Classes in C++ and how can I use them?

This post was published externally on Everything Tech Review. Read it at.

SEO 101 for techies, how to get your site noticed and indexed by search engines! (Technical Guide)

This post was published externally on Everything Tech Review. Read it at.

Welcome to CS Resources!

Welcome Welcome to my CS Resources website, unlike my blog or regular website… Here, the primary focus and goal is to provide rleevant information for many CS courses at a high level! If the course has some programmign involved, I will try to add and share my code. I am using a jekyll theme with some customizations hosted on a public repo using github pages. You can see the code here:…

DNS מדריך לשנות שרת ולתקן שגיאות גישה לאתרים ב

This post was published externally on Everything Tech Review. Read it at.

MIPS and the Little Endians - Tips and an FAQ to help ace your computer architecture class and have fun doing so!

This post was published externally on Everything Tech Review. Read it at.

Math required and resources for Computer Science 1st year students

This post was published externally on Everything Tech Review. Read it at.

C LeetCode Problem and Solution — Check if an array contains duplicate elements

This post was published externally on Medium. Read it at.

My dive into Computer Architecture (Quick look at MIPS and the MARS Simulator)

This post was published externally on Everything Tech Review. Read it at.

Useful resources for Computer Science students

This post was published externally on Everything Tech Review. Read it at.

Best Machine Learning/AI Books for 2022 - where to buy

This post was published externally on Best Deals Israel. Read it at.

Protecting your Android App against Reverse Engineering and Tampering

This post was published externally on Medium. Read it at.

Number of Steps to Reduce a Number to Zero — Coding Interview Question in Java

This post was published externally on Medium. Read it at.