Skip to content

Instantly share code, notes, and snippets.


name: humanizer version: 2.8.0 description: | Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.

@SrdjanCoric
SrdjanCoric / privacy-policy.md
Created January 30, 2026 17:14
Sofi Baby Privacy Policy

Privacy Policy for Sofi Baby Tracker app

Last updated: January 30, 2026

Overview

Sofi Baby ("we", "our", "the app") is a baby tracking application. This policy explains how we collect, use, and protect your information.

Information We Collect

The is a mock Gist for the working with APIs lesson.

Cross-site Scripting (XSS) is a client-side code injection attack. The attacker aims to execute malicious scripts in a web browser of the victim by including malicious code in a legitimate web page or web application. When a user visit the infected or a specially-crafted link , it will execute the malicious javascript.

Famous attacks:

  • Samy worm (2005)
  • Yahoo attack (2013)
  • TwitterDeck attack (2014)

What can we do with XSS:

  • Hijack the user’s session
  • Perform unauthorized activities
def spin_me(arr)
arr.each do |word|
word.reverse!
end
end
arr = ['hello', 'world']
puts arr.object_id # 47264354160220
puts spin_me(arr).object_id # 47264354160220
def spin_me(str)
str.split.each do |word|
word.reverse!
end.join(" ")
end
str = 'hello world'
puts str.object_id # 47435609148580
puts spin_me(str).object_id # 47435609148360
def spin_me(str)
str.split.each do |word|
word.reverse!
end.join(" ")
end
spin_me("hello world")
package controllers;
import beans.Status;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
package controllers;
import beans.Group;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
package controllers;
import beans.User;
import beans.City;
import controllers.CityController;
import static db.DB.user;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;