I hereby claim:
- I am ncordon on github.
- I am ncordonera7 (https://keybase.io/ncordonera7) on keybase.
- I have a public key ASBlHUfxBTrIUnjtEGPNKfCDO0T0hCSkZHvL6Q9gEOfjdAo
To claim this, I am signing this object:
#include <functional> | |
#include <numeric> | |
#include <omp.h> | |
#include <algorithm> | |
#include <iostream> | |
#include <sstream> | |
#include <vector> | |
#include <chrono> | |
#include <random> |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
The MIT License (MIT) | |
Copyright (c) 2014 sinfonier-project | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
The MIT License (MIT) | |
Copyright (c) 2014 sinfonier-project | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
The MIT License (MIT) | |
Copyright (c) 2014 sinfonier-project | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
The MIT License (MIT) | |
Copyright (c) 2014 sinfonier-project | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights |
// ==UserScript== | |
// @name TeX for Telegram | |
// @namespace https://ncordon.github.io/ | |
// @description Allows LaTeX messages in Telegram Desktop | |
// @version 1 | |
// @include https://web.telegram.org/* | |
// @grant none | |
// @license WTFPL | |
// ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
import $ivy.`net.ruippeixotog::scala-scraper:2.2.0` | |
import net.ruippeixotog.scalascraper.browser.JsoupBrowser | |
import net.ruippeixotog.scalascraper.dsl.DSL._ | |
import net.ruippeixotog.scalascraper.dsl.DSL.Extract._ | |
import net.ruippeixotog.scalascraper.dsl.DSL.Parse._ | |
import net.ruippeixotog.scalascraper.model._ | |
def extractMinutesOffset(s: String): Long = { | |
val offset = raw"([+−]{1})(\d{2}):(\d{2})".r |