Skip to content

Instantly share code, notes, and snippets.

View shantoroy's full-sized avatar

Shanto Roy shantoroy

View GitHub Profile
import json
class PostDetais(object):
def __init__(self, soup, link=None):
self.page_soup = soup
self.link = link
def get_title(self):
class_names = ['graf graf--h3 graf-after--figure graf--title',
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void IShouldNeverBeCalled() {
puts("I should never be called");
exit(0);
}
void vulnerable(char *arg) {