Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jakub Narębski
Jakub Narębski has asked
29
questions and find answers to
200
problems.
Stats
13.7k
EtPoint
6.1k
Vote count
29
questions
200
answers
About
Jakub Narębski questions
Fortran 2003 bindings to library in C: how to translate enums and #defines?
How to replay traffic to web server from logs to profile / benchmark web app under real load?
How to make profilers (valgrind, perf, pprof) pick up / use local version of library with debugging symbols when using mpirun?
Dealing with incremental server response in AJAX (in JavaScript)
How do I benchmark and profile IO bound Perl web application under heavy load?
How can I enable anonymous read access (pull) but authenticated write access (push) to a git repository over http?
CSS layout for "2 columns + em-width separator in the middle"
Automatic generation of Fortran 2003 bindings from C library headers (using iso_c_bindings intrinsic module)
How to check in JavaScript if XMLHttpRequest object supports W3C Progress Events?
Localization in Perl using gettext and Locale::TextDomain, with fallback if Locale::TextDomain is not available
Jakub Narębski answers
Using Git For Community-Oriented Website Content Revision System
How do I force git to think a file is unmerged?
Is it better to use a separate commit message for a git merge?
Is it possible to add/commit a file to the index of a local bare Git repo?
SSH - ksh: git: not found
If GIT doesn't track file renames how do we keep from losing these changes in merges?
Are DVCS like Git inappropriate for teams using continuous integration?
How would I expand the 'scope' of an existing git repository to a parent directory?
How to export revision history from mercurial or git to cvs?
Git design decision on storing content rather than differences