I hereby claim:
- I am mitar on github.
- I am mitar (https://keybase.io/mitar) on keybase.
- I have a public key whose fingerprint is 3775 D442 1C8C 6874 6FCB 6051 86CB B63B 98C7 53FC
To claim this, I am signing this object:
package main | |
import ( | |
"reflect" | |
"testing" | |
) | |
type myStruct struct { | |
i int64 | |
} |
try: | |
from typing import Annotated | |
except ImportError: | |
# Backported Annotated, available through https://pypi.org/project/typing-extensions/. | |
from typing_extensions import Annotated | |
class Model(Base): | |
# This docstring is automatically extended with types and defaults. | |
# Maybe one of the following existing projects could be reused for this: | |
# https://github.com/agronholm/sphinx-autodoc-typehints |
// You can install it at https://script.google.com/ | |
// You can configure it to run every hour to move (eventually) all e-mails under "My Triggers". There are limits | |
// which prevents it to run for more than 6 minutes. So it is normal that it timeouts. But then there are also | |
// limits on how many times per day you can run it. So just make a trigger and let it run. | |
function myFunction() { | |
while(true){ | |
Logger.log("Searching."); | |
var threads = GmailApp.search('your search query', 0, 100); | |
if (!threads.length) { |
#!/usr/bin/env python3 | |
# standard imports | |
import sys | |
# third-party imports | |
from pyvirtualdisplay import Display | |
from PyQt5.QtWidgets import QApplication | |
from PyQt5.QtCore import QUrl | |
from PyQt5.QtWebEngineWidgets import QWebEngineView |
<?xml version="1.0" encoding="UTF-8"?> | |
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema.xsd http://www.w3.org/2001/XMLSchema.xsd" xmlns:eutils="http://www.ncbi.nlm.nih.gov/eutils" targetNamespace="http://www.ncbi.nlm.nih.gov/eutils" elementFormDefault="qualified"> | |
<!-- http://www.ncbi.nlm.nih.gov/entrez/query/DTD/pubmed_100101.dtd --> | |
<complexType name="AbstractType"> | |
<sequence> | |
<element ref="eutils:AbstractText"/> | |
<element ref="eutils:CopyrightInformation" minOccurs="0"/> | |
</sequence> |
I hereby claim:
To claim this, I am signing this object:
Some things takes much less time and stress once you know the right tool. Below, there is a community edited list of software for scientists.
General purpose text/code editors. It may be better to have a good editor for everything, than different ones for different languages, scripts, notes.
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by GNU Octave configure 3.6.4, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.4 --with-blas=-Wl,-framework,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig --without-framework-carbon | |
## --------- ## | |
## Platform. ## |