Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

February 22, 2019

OmniDB - Open Source Web Tool For Database Management

Support Status

PostgreSQL 11
PostgreSQL 10
PostgreSQL 9.6
PostgreSQL 9.5
PostgreSQL 9.4
PostgreSQL 9.3

Oracle
MySQL
MariaDB

Firebird
SQLite
SQL Server
IBM DB2
BookStack

#Simple & Free Wiki Software

BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.

Python: Call Functions by String | Open Source Kitty

Approach 3: Synbol Tables

Built-in function locals() and globals() return a dictionary of current local and global symbol table respectively. So you could call a function just like:

def my_func(arg1, arg2):
print(arg1, arg2)
return arg1 + arg2

r = locals()['my_func'](http://1, 2)
print(r)

The output is:

1 2
3

This approach is just like the examples provided in the very beginning of this post, in which, I maintained a symbol table by myself and called the function by its string-typed name.

L'histoire secrète des femmes dans le codage informatique – The New York Times | histoire lyonel kaufmann.ch

Qui sait que dès années 1940 aux années 1980, la place des femmes dans la programmation des ordinateurs était bien meilleure qu’aujourd’hui ? Qu’est ce qui s’est mal passé ? Le New York Times Magaz…

La bataille entre vrai open source et faux open source s'intensifie - ZDNet

L'open source tel que nous l'avons connu est-il désormais obsolète ? Faut-il le remplacer ? Certaines entreprises affirment que oui, alors que d'autres dénoncent un non-sens !

readability-lxml · PyPI

readability en python... humm ça me fait envie...