Skip to content

Instantly share code, notes, and snippets.

@devlights
devlights / Python_Anaconda_PyQt5_QtDesigner.md
Last active August 20, 2018 08:49
[Python] AnacondaとPyQt5でQt Designerについて

AnacondaとPyQt5

Qt Designerについて

スタートメニューにはQt Designerが見当たらないが、以下の場所にEXEがある。

%ANACONDA_INSTALL_PATH%\Library\bin\designer.exe

fedora-27-nvidia-pascal

My quick guide for installing Fedora 27 on PC with Nvidia 1080 (pascal architecture). As the time of writing the nouveau drivers do not work (reliably) with these new nvidia cards so we have to rely on proprietary drivers.

Originally I had issues getting live cd installation to work with Fedora 24 (even though disabling graphics etc.) so I decided to go to Fedora 25 straight away (although not yet released at the time of writing)

  1. Install Fedora 25 using live cd. If necessary use the compatibility graphics mode to get the setup running
  2. Boot to the system, you can use the virtual terminal if the UI has issues (this was the case for me)
  3. Install negativo17 repos for nvidia driver dnf config-manager --add-repo=http://negativo17.org/repos/fedora-nvidia.repo
  4. Install rpmfusion free repos dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
@matsubara0507
matsubara0507 / makeSlideUsingMarkdown.md
Last active November 26, 2019 04:43
Pandoc + reveal.jsでMarkdownによるスライド作成 in Windows

Pandoc + reveal.jsでMarkdownによるスライド作成

概要

Pandoc + reveal.jsでMarkdownによるスライド作成をWindowsで行えるようにするまでの環境づくりの手順。
と、イロイロといじったのでそれをメモしておく。

いきさつ

Markdownでサクッとスライドが作れるといいなーと思って昨年ぐらいより Pandoc + reveal.js を使い始めた。
PCを新しくしたついでに環境をイロイロ整え直したので、それをメモしておこーかなと。

@itokami1123dev
itokami1123dev / fukuoka_cam_study_git_001.md
Last active December 18, 2015 15:01
git初心者勉強会 2015/9/11(金)19:30 福岡
@yatemmma
yatemmma / git-lesson.md
Last active February 15, 2022 03:36
git初心者への道 - お仕事で困らないレベルまでググっとします。

git初心者への道

まずやってみよう - コミットする、ログを見る、差分を見る

初登場するコマンド: init, add, commit, log, config, status, diff