Skip to content

Instantly share code, notes, and snippets.

View Ximaz's full-sized avatar
☢️
Testing in prod...

DURAND Malo Ximaz

☢️
Testing in prod...
View GitHub Profile
@Ximaz
Ximaz / string_replace_with.c
Last active June 16, 2022 22:12
A string replace implementation in C
#include <stdlib.h>
#include <string.h>
char *replace_with(char *dest, char const *old, char const *new)
{
size_t tail_len = 0;
size_t old_len = strlen(old);
size_t new_len = strlen(new);
char *match;
@Ximaz
Ximaz / gallery-leaknudes.com.js
Created May 10, 2022 14:18
This snippet is used to get leak links from the website named https://leaknudes.com/.
@Ximaz
Ximaz / gallery-thesextube.net.js
Created May 10, 2022 13:50
This snippet is used to get leak links from the website named https://thesextube.net/.
@Ximaz
Ximaz / gallery-forum.thothub.vip.js
Created April 4, 2022 12:36
This snippet is used to get leak links from the website named https://forum.thothub.vip/.
@Ximaz
Ximaz / gallery-lovefap.com.js
Created April 4, 2022 12:31
This snippet is used to get leak links from the website named https://lovefap.com/.