Code Monkey home page Code Monkey logo

dotfiles's People

Contributors

apendragon avatar backes avatar pa-de-solminihac avatar shouse-cars avatar ulidtko avatar whiteinge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotfiles's Issues

pprint.pprint sort dict by key which cerate confution with ordered dicts

pprint(value)

I been using your pythonrc for many years and wasn't until now that I found this issues, probably because before python 3.7 dictionaries didn't preserve the order and because of that I never pay much attention to that.

>>> d = {'one': 1, 'two': 2, 'three': 3}
>>> print(d)
{'one': 1, 'two': 2, 'three': 3}
>>> pprint.pprint(d)
{'one': 1, 'three': 3, 'two': 2}

Anyway thanks for your file.
Cheers.

Security of .ssh directory

I'd suggest adding this directory to .gitignore: having your authorized_keys in here could potentially aid an attacker in knowing which keys they need to compromise your machine(s).

A bit faster

Most files I have to merge are pretty straight forward, so I don't need the other tabs.
I changed the script a bit:

$cmd -f -R -d "${LCONFL}" "${RCONFL}" \
     -c ":set noro" \
     -c ":nmap <leader>D :tabe $QLOCAL<CR>:vert diffs $QBASE<CR>:vert diffs $QREMOTE<CR>:winct<CR>:tabe $QMERGED<CR>:tabfir"

So now if I need the other tabs I just press D
May be it should be an option or something...

Not an issue but a question

Hi @whiteinge,

I'm trying to adapt and use your devdocs-local script.
Thank you for making it public ๐Ÿ‘

I find it incredibly difficult to find where you got 'htmlstar' from ...
I would had thought this utility is installed by the 'XMLStarlet' package, but it's not the case.
For information I'm on Ubuntu.

What is strange is that when searching for 'htmlstar' on Google you are litteraly the only person in the world reference it ....
Where do I find it ?

Non-integer offsets for hours

Another fun problem I discovered while working with people in India and Australia: Non-integer hour offsets.
Any idea how timebuddy could be modified here...

Symbolic Links in /usr/share/zoneinfo

Hi,

at least on Debian linux, the /usr/share/zoneinfo contains many symbolic links.
E.g. Kuwait -> Aden etc. The current find -type f in the timezonefzy script misses those. I now use find -type f,c, which is, however, only compatible with GNU find.

Best,
Christian

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.