Skip to content

Instantly share code, notes, and snippets.

View songquanpeng's full-sized avatar
🙃
I want to code something really impressive.

JustSong songquanpeng

🙃
I want to code something really impressive.
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active June 15, 2024 22:16
Git Commit message Emoji
@Univan-Ahn
Univan-Ahn / CMakeLists.txt
Last active May 12, 2023 00:35
Moving from QMake to CMake for Qt5 projects
cmake_minimum_required(VERSION 2.8.11)
project(Qt5App)
#
# Qt5 support
#
# general overview:
# * [Modern CMake with Qt and Boost](http://www.kdab.com/modern-cmake-with-qt-and-boost/)
# * [Using CMake with Qt 5](http://www.kdab.com/using-cmake-with-qt-5/)
@kohsuke
kohsuke / nohup.c
Created November 7, 2014 23:21
nohup.c
/* nohup -- run a command immune to hangups, with output to a non-tty
Copyright (C) 2003-2005, 2007-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of