Includes tweets created between 2018-05-01 and 2018-06-06
-
Number of tweets (excluding RTs): 198
-
Number of likes: 1747
-
Number of retweets: 223
-
Number of tweeting users: 77
| { | |
| "CtrlLeft": "WordLeft", | |
| "CtrlRight": "WordRight", | |
| "CtrlShiftLeft": "SelectWordLeft", | |
| "CtrlShiftRight": "SelectWordRight", | |
| "CtrlUp": "MoveLinesUp", | |
| "CtrlDown": "MoveLinesDown", | |
| "CtrlShiftHome": "SelectToStart", | |
| "CtrlShiftEnd": "SelectToEnd", | |
| "CtrlW": "DeleteWordLeft", |
| [Desktop Entry] | |
| Version=1.1 | |
| Name=CloudCompare Viewer | |
| GenericName=3D point cloud viewer | |
| Comment=Application for 3D point cloud (and triangular mesh) viewing | |
| Type=Application | |
| Exec=ccViewer %U | |
| Icon=ccviewer | |
| Terminal=false | |
| Categories=Graphics; |
| /* 3SAT instance generator G2(n,m) */ | |
| /* created by M.Motoki */ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <sys/types.h> | |
| void gen_unique_instance(int, int); /* generate 3CNF with at least 1 solution t*/ | |
| void sat_alloc(int n, int m, int k); | |
| void write_sat(FILE *fp, int n, int m, int k); |
| # TABLE je ve skutečnosti instanční proměnná, ale berte to, jakože je globální | |
| def solve(): | |
| TABLE = {} # slovník/hash kde klíče budou dvojice | |
| for cost in MAX_COST..0: | |
| weight, combo = _solve(NUMITEMS, cost) | |
| if weight <= CAPACITY: | |
| maxcombo = combo | |
| maxcost = cost |
| #!/usr/bin/python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| OpenShift WEDOS domain updater | |
| ============================== | |
| This script makes sure that your main domain (example.org) resolves to the | |
| same IP address as your WWW domain (www.example.org). When you run your | |
| webapp on OpenShift, you should set CNAME DNS records, however, this is not | |
| possible for main domains, such as example.org without a subdomain. |
| ============================= test session starts ============================== | |
| platform darwin -- Python 2.7.9 -- py-1.4.26 -- pytest-2.7.0 | |
| rootdir: /Users/churchyard/Documents/devassistant, inifile: | |
| collected 911 items | |
| test/test_actions.py ................... | |
| test/test_argument.py ............ | |
| test/test_assistant_base.py ....... | |
| test/test_cache.py ....FF.. | |
| test/test_command_helpers.py ............................... |
| # .bashrc | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc | |
| fi | |
| # User specific environment | |
| if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] | |
| then |
| [main] | |
| username = Miro Hrončok | |
| email = mhroncok@redhat.com | |
| copr_url = https://copr.fedoraproject.org/ | |
| upload_command = scp %s churchyard@fedorapeople.org:public_html/SRPMS/ | |
| upload_url = http://churchyard.fedorapeople.org/SRPMS/%s | |
| [openscad-devel] | |
| git_url = https://github.com/openscad/openscad.git | |
| git_folder = ~/upstream/openscad-git/ |
| # fedora-livecd-3dprint.ks | |
| # | |
| # Description: | |
| # - Fedora Live Spin with the light-weight Xfce Desktop Environment and 3D printing stuff | |
| # | |
| # Maintainer(s): | |
| # - Miro Hrončok <miro@hroncok.cz> | |
| %include fedora-live-base.ks |