I worked on the Open Event Organiser Server Project of FOSSASIA this summer. The idea was to build a server open for all event organiser to create their own event and make it completely customisable. I have implemented quite some features like custom session and speaker forms, call for papers, event wizard, scheduler calendar, profile page and guest pages. Apart from this I have worked in improving the UI at various places and also making the project mobile ready. I have worked on making the entire project responsive so that it can be used smoothly in all devices. I have also cleaned the code and configured codacy to suit our project. I have worked on the entire architecture of the project along with other team members and also worked on testing and bug fixings.
The project has a lot of features and is quite unique from other such available projects. The project is highly customisable and grea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
import collections | |
class Node: | |
def __init__(self, puzzle, parent=None, action=None): | |
self.puzzle = puzzle | |
self.parent = parent | |
self.action = action | |
def state(self): | |
#print(self.puzzle.board) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
import collections | |
class Node: | |
def __init__(self, puzzle, parent=None, action=None): | |
self.puzzle = puzzle | |
self.parent = parent | |
self.action = action | |
def state(self): | |
#print(self.puzzle.board) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import sqrt | |
import heapq | |
import itertools | |
class Node: | |
def __init__(self, x, y, cost): | |
self.x = x | |
self.y = y | |
self.cost = cost | |
def __eq__(self, other): | |
return (self.x, self.y) == (other.x, other.y) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Fri Sep 04 23:10:25 2015 | |
@author: SAPTAK | |
""" | |
import math | |
import collections | |
class Node: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$domain = $_GET['domain']; | |
$w = new DomainAge(); | |
echo $w->age($domain); | |
class DomainAge | |
{ | |
private $WHOIS_SERVERS = array( | |
"com" => array("whois.verisign-grs.com", "/Creation Date:(.*)/"), | |
"net" => array("whois.verisign-grs.com", "/Creation Date:(.*)/"), |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
Every so often I have to restore my gpg keys and I'm never sure how best to do it. So, I've spent some time playing around with the various ways to export/import (backup/restore) keys.
cp ~/.gnupg/pubring.gpg /path/to/backups/
cp ~/.gnupg/secring.gpg /path/to/backups/
cp ~/.gnupg/trustdb.gpg /path/to/backups/
I hereby claim:
- I am saptaks on github.
- I am saptaks (https://keybase.io/saptaks) on keybase.
- I have a public key ASCigLm8JMrwAEYCiM-Oy_ayXkTGv1KqH0-mTxAkfE_vVwo
To claim this, I am signing this object: