Skip to content

Instantly share code, notes, and snippets.

View robertsambuena's full-sized avatar

Robert Sambuena robertsambuena

View GitHub Profile
@robertsambuena
robertsambuena / loading-test
Last active September 7, 2017 21:22
Loading script to any site
var temp = setInterval(function () {
if (document.readyState === 'complete') {
clearInterval(temp);
// load anything here or check another input for more assurance
}
}, 100);
function checkIfExist(target) {
var numbers_sorted = [2, 8, 34, 50, 52, 89, 100, 110];
var isThere = false;
while(true) {
var index = Math.ceil(numbers_sorted.length / 2) - 1;
if (numbers_sorted[index] > target)
numbers_sorted = numbers_sorted.splice(0, index);
else if (numbers_sorted[index] < target)
AI-1097
https://github.com/AngloINFO/ai2content/commit/47ac5c5e316c034e5612867a50e637023f1b0749
AI-1120
https://github.com/AngloINFO/ai2content/commit/7265b9d0f98980c8de396acfe1efe5161eebebc5
Show number on events
https://github.com/AngloINFO/ai2content/commit/00e3956e9c910442a9ce931ca5666bfedd7b8e0b
AI-1107 - On discussions detailed view, sidebar is bugged
https://github.com/AngloINFO/ai2content/commit/d211e577cbac2943af4124c339a03fe4a7f77e2b
On search view in discussions, sidebar use 'directory' instead 'discussions' as link segment
https://github.com/AngloINFO/ai2content/commit/e5ce0e7a7cbe750460ea80a3a3d218724a7a307c
Stop duplicate post reply when spamming
https://github.com/AngloINFO/ai2content/commit/2765ca8bfb58958093e2dd373a9aaa3910b4aa14
Discussion reply box clickable area bug
https://github.com/AngloINFO/ai2content/commit/a5ffd9b7ba97952877f22eb96daa26fed1754851
Classified Show Number
https://github.com/AngloINFO/ai2content/commit/4a0382f1c39795a5b8aa1e3e34ad6fcfcf9dc716
AI-1089
https://github.com/AngloINFO/ai2content/commit/5ab579bb8d24531407b98a6f5f4b5207d1fa4a57
AI-1062
https://github.com/AngloINFO/ai2content/commit/26333eeb6e395e5cd4e53c81b6f3d4a82d04a068
https://github.com/AngloINFO/ai2content/commit/802debb7d0bee4668c2aa188d8b92061b4d354f9
https://github.com/AngloINFO/ai2content/commit/30bee939d7b451090b3c78580b0e30a455723242
Newest -> Oldest
https://github.com/AngloINFO/ai2content/commit/4c3ba2387ca483b518b3abfa2cdc7ce98b9f9e4d
https://github.com/AngloINFO/ai2content/commit/45baddacb07f90dbf0b3d2e7dcccc74806fda5c4
https://github.com/AngloINFO/ai2content/commit/b7d6ebe2468b97243fccf2e544b76505a0f5a605
https://github.com/AngloINFO/ai2content/commit/04d757d09231e4b533a580db4e9a91386d65ca39
https://github.com/AngloINFO/ai2content/commit/da33178ce7b0ddef511d93ed1ce88d28bed4f8d1
1. https://github.com/AngloINFO/ai2content/commit/fb0c2682c159169b0ddd985677e6f93d80689852
2. https://github.com/AngloINFO/ai2content/commit/cb53e5b42228190d0f45b7cd7523e87d4e02b724
From oldest to newest
https://github.com/AngloINFO/ai2content/commit/57187b53e0a5824c0c6bb086aacb8ba1faba54df
https://github.com/AngloINFO/ai2content/commit/1c3ad48387f1199f9b1ead769eba1d4d2aedcbd9
https://github.com/AngloINFO/ai2content/commit/0fef904a7a2270533c4c1e2cc3b549aacafcb68e
https://github.com/AngloINFO/ai2content/commit/68d3d0e1a4c09c1a76d39bb677321124fed03b9e
https://github.com/AngloINFO/ai2content/commit/627817f8c343877440e47d96de101c237741a377
https://github.com/AngloINFO/ai2content/commit/ef325d95fc636a1f69dc79c3cbed9697102557e0
https://github.com/AngloINFO/ai2content/commit/884f160c2e341cd686493dacd2b71f5ff0a567e3
https://github.com/AngloINFO/ai2content/commit/f5da61db76a83068fa3a7b9037ebd472102ae696
Events schedule diplay(phrases) AI-982
https://github.com/AngloINFO/ai2content/commit/e72896455d0097bac412cb9949a50f391f611697
https://github.com/AngloINFO/ai2content/commit/ff52897797fb222e7cbcbf27a87b5bc3353b0f0b
https://github.com/AngloINFO/ai2content/commit/63dbbacf82b773b32af232c593917da35172e291
https://github.com/AngloINFO/ai2content/commit/0f5c53cdee2b16060abd6a8fb0f7ac636bd68f83
ads slug issue AI-893
https://github.com/AngloINFO/ai2content/commit/953af628e537f1d47f89718aed228c5980d2d613
Events not sending correct data - AI-944