repo string | commit string | message string | diff string |
|---|---|---|---|
JoseBlanca/psubprocess | 398f0c1b00e9dfd59b6331e6925bb279ca34c188 | The prunner works now. We're able to launch parallel jobs. | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index 51dd32b..efdd4d5 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,259 +1,260 @@
'''It launches processes using Condor with an interface similar to Popen
Created on 14/07/2009
@author: jose
'''
# C... |
JoseBlanca/psubprocess | ce47b3424c6ed69d794f07ec10cbb5b6e5e37961 | A lot of bugfixes, but more to go. | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
index ae94bba..51dd32b 100644
--- a/psubprocess/condor_runner.py
+++ b/psubprocess/condor_runner.py
@@ -1,241 +1,259 @@
'''It launches processes using Condor with an interface similar to Popen
Created on 14/07/2009
@author: jose
'''
# C... |
JoseBlanca/psubprocess | 1f9156362f04255a7e95d50d1ff61670f4055cbc | Implemented basic parallelization support into prunner. Now the basic test works | diff --git a/psubprocess/prunner.py b/psubprocess/prunner.py
index ba3fe09..2b8ced7 100644
--- a/psubprocess/prunner.py
+++ b/psubprocess/prunner.py
@@ -1,471 +1,541 @@
'''It launches parallel processes with an interface similar to Popen.
It divides jobs into subjobs and launches the subjobs.
Created on 16/07/20... |
JoseBlanca/psubprocess | 67f2f03566b0a3050a5042b7c4bb0fa815dd0d39 | Implemented basic parallelization support into prunner | diff --git a/psubprocess/__init__.py b/psubprocess/__init__.py
index e69de29..0a6bcc0 100644
--- a/psubprocess/__init__.py
+++ b/psubprocess/__init__.py
@@ -0,0 +1,7 @@
+'Some magic to get a nicer interface'
+
+from . import prunner
+from . import condor_runner
+
+Popen = prunner.Popen
+CondorPopen = condor_runner.Pope... |
JoseBlanca/psubprocess | 9453d7c35d915c4426a91bc295a4cc1ec4c86b0e | Implemented a condor launcher with an interface similar to subprocess.popen | diff --git a/psubprocess/condor_runner.py b/psubprocess/condor_runner.py
new file mode 100644
index 0000000..b505d6c
--- /dev/null
+++ b/psubprocess/condor_runner.py
@@ -0,0 +1,240 @@
+'''
+Created on 14/07/2009
+
+@author: jose
+'''
+
+# Copyright 2009 Jose Blanca, Peio Ziarsolo, COMAV-Univ. Politecnica Valencia
+# Th... |
JoseBlanca/psubprocess | 0c4e014200c04f41662719f19c919635e927ddce | Now we can get the streams from the command line and the command line definition | diff --git a/psubprocess/streams.py b/psubprocess/streams.py
new file mode 100644
index 0000000..3ff10f3
--- /dev/null
+++ b/psubprocess/streams.py
@@ -0,0 +1,110 @@
+'''
+Created on 13/07/2009
+
+@author: jose
+'''
+
+# Copyright 2009 Jose Blanca, Peio Ziarsolo, COMAV-Univ. Politecnica Valencia
+# This file is part of... |
JoseBlanca/psubprocess | acd5097fa98b663f55737766b5f774cbcc16a38e | Module and test folders created | diff --git a/psubprocess/__init__.py b/psubprocess/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/test/__init__.py b/test/__init__.py
new file mode 100644
index 0000000..e69de29
|
Guid75/renamah | 258038a5ea58e0beb35451021bad031dc7470511 | better assert message | diff --git a/renamah/paths.cpp b/renamah/paths.cpp
index 1614ea7..a12edad 100644
--- a/renamah/paths.cpp
+++ b/renamah/paths.cpp
@@ -1,71 +1,70 @@
/*
* Renamah
* Copyright (C) 2009 Guillaume Denry <guillaume.denry@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under ... |
Guid75/renamah | f28154f09473a84f5e016ac9d5eeee21f2042300 | no INSTALL target for win32 | diff --git a/libcore/CMakeLists.txt b/libcore/CMakeLists.txt
index e99e12b..292d067 100644
--- a/libcore/CMakeLists.txt
+++ b/libcore/CMakeLists.txt
@@ -1,40 +1,42 @@
INCLUDE(${QT_USE_FILE})
SET(LIBCORE_SOURCES
interfaces/modifier_config_widget.cpp
interfaces/modifier.cpp
)
SET(LIBCORE_FORMS)
QT4_WRAP_... |
Guid75/renamah | ed80e32fa052810ea80be8a8d6e09934cadc5585 | Added CMakeLists.txt.user in ignore section | diff --git a/.gitignore b/.gitignore
index 7b5a6de..591fdb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,12 @@
*.qm
ui_*
moc_*
*.cxx
Makefile
CMakeFiles
*~
CMakeCache.txt
cmake_install.cmake
bin/renamah
-bin/libcore.so
\ No newline at end of file
+bin/libcore.so
+CMakeLists.txt.user
\ No newline at en... |
Guid75/renamah | 6e390765bfd4ca782742211df1933b4e40a18e05 | For win32 (mingw) | diff --git a/libcore/CMakeLists.txt b/libcore/CMakeLists.txt
index e312852..e99e12b 100644
--- a/libcore/CMakeLists.txt
+++ b/libcore/CMakeLists.txt
@@ -1,40 +1,40 @@
INCLUDE(${QT_USE_FILE})
SET(LIBCORE_SOURCES
interfaces/modifier_config_widget.cpp
interfaces/modifier.cpp
)
SET(LIBCORE_FORMS)
QT4_WRAP_... |
Guid75/renamah | 207198087792c0f6a1372b2cf7ac8f3585354eb8 | reindentation (spaces) for QtCreator | diff --git a/renamah/action_manager.cpp b/renamah/action_manager.cpp
index 4ecdee6..d69955f 100644
--- a/renamah/action_manager.cpp
+++ b/renamah/action_manager.cpp
@@ -1,29 +1,29 @@
/*
* Renamah
* Copyright (C) 2009 Guillaume Denry <guillaume.denry@gmail.com>
*
* This program is free software: you can redistr... |
Guid75/renamah | 1f6341822e38d7678cb63dc55074bf2d293d3187 | QT_NO_DEBUG is removed from definitions because it becomes useless with CMAKE_BUILD_TYPE | diff --git a/CMakeLists.txt b/CMakeLists.txt
index 41d21f1..ca5a253 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,37 +1,43 @@
PROJECT(RENAMAH)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
FIND_PACKAGE(Qt4 REQUIRED)
INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/libcore)
option (UPDATE_TRANSLATIONS "Update sou... |
Guid75/renamah | 457056440d7c589ab1fa58a45b8226c916cb3043 | fix for new buid directory (QtCreator adaptation) | diff --git a/CMakeLists.txt b/CMakeLists.txt
index 95996dd..41d21f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,39 +1,37 @@
PROJECT(RENAMAH)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
FIND_PACKAGE(Qt4 REQUIRED)
-include_directories(
- ${RENAMAH_BINARY_DIR}/libcore
- )
+INCLUDE_DIRECTORIES(${PROJECT_SOU... |
Guid75/renamah | 26d5666437e9570738a9105d232536e5b6935f84 | New translation | diff --git a/renamah/translations/renamah_fr.ts b/renamah/translations/renamah_fr.ts
index a96e6a7..1b30304 100644
--- a/renamah/translations/renamah_fr.ts
+++ b/renamah/translations/renamah_fr.ts
@@ -1,471 +1,471 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="fr_FR">
<context>
... |
Guid75/renamah | a1d1959dcaa9282045fe3d089c0ff3af4d766ba9 | Plugins translation files are read from the share path | diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f8c2d2..95996dd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,39 +1,39 @@
PROJECT(RENAMAH)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
FIND_PACKAGE(Qt4 REQUIRED)
include_directories(
${RENAMAH_BINARY_DIR}/libcore
)
option (UPDATE_TRANSLATIONS "Up... |
Guid75/renamah | 81dfba2bd5d7c5b687b3a1ce651091fe29280d3f | new plugins reorganization | diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25d0257..9f8c2d2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,48 +1,39 @@
PROJECT(RENAMAH)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
FIND_PACKAGE(Qt4 REQUIRED)
include_directories(
${RENAMAH_BINARY_DIR}/libcore
)
option (UPDATE_TRANSLATIONS "Up... |
Guid75/renamah | 3c5c35baff9da4a0a0f95b791dcbd7ca607e7855 | New translations | diff --git a/renamah/main_window.cpp b/renamah/main_window.cpp
index 9e72670..e34697a 100644
--- a/renamah/main_window.cpp
+++ b/renamah/main_window.cpp
@@ -1,171 +1,171 @@
/*
* Renamah
* Copyright (C) 2009 Guillaume Denry <guillaume.denry@gmail.com>
*
* This program is free software: you can redistribute it a... |
Guid75/renamah | 964551240c7ed7aa0e0274d9f06e07c0afda3119 | plugins qm are searched in share/plugin path | diff --git a/install_translations.sh b/install_translations.sh
index 0374d75..88a114a 100755
--- a/install_translations.sh
+++ b/install_translations.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-cp renamah/*.qm bin
-cp plugins/cutterfilter/*.qm bin/plugins
-cp plugins/casefilter/*.qm bin/plugins
-cp plugins/commandaction/*.qm bin/... |
Guid75/renamah | c42965c61358ad049a295de31f2ee58a7c9829a6 | ignore some files | diff --git a/.gitignore b/.gitignore
index 3e0fa96..7b5a6de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,11 @@
*.qm
ui_*
moc_*
*.cxx
Makefile
CMakeFiles
*~
CMakeCache.txt
-cmake_install.cmake
\ No newline at end of file
+cmake_install.cmake
+bin/renamah
+bin/libcore.so
\ No newline at end of file
|
Guid75/renamah | b65421405a5961a33cc68cae5ca8baef5cb648e3 | New file reorganisation | diff --git a/plugins/casefilter/CMakeLists.txt b/plugins/casefilter/CMakeLists.txt
index 92cc877..62b40da 100644
--- a/plugins/casefilter/CMakeLists.txt
+++ b/plugins/casefilter/CMakeLists.txt
@@ -1,43 +1,43 @@
INCLUDE(${QT_USE_FILE})
SET(CASEFILTER_SOURCES
case_filter_factory.cpp
case_filter.cpp
config_wi... |
Guid75/renamah | f0537575218fb8c7ef12fc669a22f8324bce68da | new files for paths | diff --git a/.gitignore b/.gitignore
index f9922c8..3e0fa96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,9 @@
*.qm
ui_*
moc_*
*.cxx
Makefile
CMakeFiles
*~
CMakeCache.txt
-cmake_install.cmake
-/bin
+cmake_install.cmake
\ No newline at end of file
diff --git a/TODO b/TODO
new file mode 100644
index 000000... |
Guid75/renamah | 9c1acef1f6ac7622449a47c0a01085fa575f8b18 | A first step toward the windows compilation | diff --git a/libcore/CMakeLists.txt b/libcore/CMakeLists.txt
index 2491693..e90fb19 100644
--- a/libcore/CMakeLists.txt
+++ b/libcore/CMakeLists.txt
@@ -1,38 +1,39 @@
INCLUDE(${QT_USE_FILE})
SET(LIBCORE_SOURCES
interfaces/modifier_config_widget.cpp
interfaces/modifier.cpp
)
SET(LIBCORE_FORMS
)
QT4_WRA... |
Guid75/renamah | 2f0aaf8f6f330431ca180b3c8e65597baad51dc1 | Dealing with roman upper limit | diff --git a/plugins/numberingfilter/numbering_filter.cpp b/plugins/numberingfilter/numbering_filter.cpp
index 9dd83ae..eca0a2c 100644
--- a/plugins/numberingfilter/numbering_filter.cpp
+++ b/plugins/numberingfilter/numbering_filter.cpp
@@ -1,172 +1,175 @@
/*
* Renamah
* Copyright (C) 2009 Guillaume Denry <guillau... |
Guid75/renamah | 4514b55713910a01851983b44735f7b381e02838 | dependency added (libqt4-xml) | diff --git a/README b/README
index d53d371..f3c0078 100644
--- a/README
+++ b/README
@@ -1,47 +1,48 @@
--------
WELCOME!
--------
Renamah is a(nother) batch renamer written in C++.
The effort is oriented toward:
* ergonomy
* the crossplatform aspect (Qt4)
* modularity (plugin system for filter... |
Guid75/renamah | 08a782972e05fb3a6f7ab48493d81afea7896c38 | undo framework partially implemented | diff --git a/README b/README
index ce56295..d53d371 100644
--- a/README
+++ b/README
@@ -1,47 +1,47 @@
--------
WELCOME!
--------
Renamah is a(nother) batch renamer written in C++.
The effort is oriented toward:
* ergonomy
* the crossplatform aspect (Qt4)
* modularity (plugin system for filter... |
Guid75/renamah | 31c8beddd0c37fc13a966aabc1c4ef8dc8f43bea | move actions are integrated in the undo framework | diff --git a/renamah/modifier_model.cpp b/renamah/modifier_model.cpp
index 30e929c..8bacad7 100644
--- a/renamah/modifier_model.cpp
+++ b/renamah/modifier_model.cpp
@@ -1,369 +1,364 @@
#include <QMimeData>
#include <interfaces/modifier_factory.h>
#include "undo_manager.h"
#include "modifier_model.h"
Modifier... |
Guid75/renamah | 8cac66955597ed200bf70ea1d214fb2de12bccfa | undo framework integrated | diff --git a/libcore/interfaces/modifier.h b/libcore/interfaces/modifier.h
index d88506e..7eb8424 100644
--- a/libcore/interfaces/modifier.h
+++ b/libcore/interfaces/modifier.h
@@ -1,45 +1,47 @@
#ifndef MODIFIER_H
#define MODIFIER_H
#include <QObject>
#include <QMap>
#include <QPair>
#include <QVariant>
#inc... |
Guid75/renamah | c6a601fa8fcbd3b44af298d443e758032ba700cd | new french translation | diff --git a/renamah/translations/renamah_en_US.ts b/renamah/translations/renamah_en_US.ts
index 93f8b69..7e310cf 100644
--- a/renamah/translations/renamah_en_US.ts
+++ b/renamah/translations/renamah_en_US.ts
@@ -1,442 +1,447 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0">
<context>
... |
Guid75/renamah | a95c4d10d5c7761bb06c0e8f2c7f5cc8af58bcc9 | don't add files which are already in the model | diff --git a/renamah/file_model.cpp b/renamah/file_model.cpp
index 99e2c6b..8af5722 100644
--- a/renamah/file_model.cpp
+++ b/renamah/file_model.cpp
@@ -1,364 +1,365 @@
#include <QFileInfo>
#include <QPair>
#include <QIcon>
#include <QMimeData>
#include <QDateTime>
#include "filter_model.h"
#include "file_mo... |
Guid75/renamah | dc984a85cd61729677d7948bb0fb29bea6020d38 | a label to add files when the file grid is empty (stacked widget involved) | diff --git a/renamah/widget_simple.cpp b/renamah/widget_simple.cpp
index 58b30de..fffe86f 100644
--- a/renamah/widget_simple.cpp
+++ b/renamah/widget_simple.cpp
@@ -1,280 +1,293 @@
#include <QFileDialog>
#include <QMessageBox>
#include <QHeaderView>
#include <QKeyEvent>
#include <QMouseEvent>
#include <interfac... |
Guid75/renamah | 75cef54cd7027c09528b8614571dff68423ed7ab | obsolete translations removed | diff --git a/plugins/casefilter/translations/libcasefilter_fr.ts b/plugins/casefilter/translations/libcasefilter_fr.ts
index ec354b9..b657cfd 100644
--- a/plugins/casefilter/translations/libcasefilter_fr.ts
+++ b/plugins/casefilter/translations/libcasefilter_fr.ts
@@ -1,104 +1,77 @@
<?xml version="1.0" encoding="utf-8... |
Guid75/renamah | 971997adb4e1d4e146b171f5b174027b200642f1 | layout problem FIXED | diff --git a/renamah/widget_simple.ui b/renamah/widget_simple.ui
index da82f5e..e14b519 100644
--- a/renamah/widget_simple.ui
+++ b/renamah/widget_simple.ui
@@ -1,398 +1,398 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WidgetSimple</class>
<widget class="QWidget" name="WidgetSimple">
<pr... |
Guid75/renamah | 1baccd420b979503ad9301d17a2119d7c0e6c613 | new translation macro | diff --git a/CMakeLists.txt b/CMakeLists.txt
index f566aa8..25d0257 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,33 +1,48 @@
PROJECT(RENAMAH)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
FIND_PACKAGE(Qt4 REQUIRED)
include_directories(
${RENAMAH_BINARY_DIR}/libcore
)
option (UPDATE_TRANSLATIONS "Up... |
Guid75/renamah | 294763decdb7103b050962ce0c646e90f989e48c | Removed obsolete translations | diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38e6b4d..f566aa8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,31 +1,33 @@
PROJECT(RENAMAH)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
FIND_PACKAGE(Qt4 REQUIRED)
include_directories(
${RENAMAH_BINARY_DIR}/libcore
)
option (UPDATE_TRANSLATIONS "Up... |
Guid75/renamah | 1f81c76e24cc11fe2d3f8e371564839deac45402 | Up & Down buttons are disabled when no files selection | diff --git a/renamah/widget_simple.cpp b/renamah/widget_simple.cpp
index 30b1ca5..58b30de 100644
--- a/renamah/widget_simple.cpp
+++ b/renamah/widget_simple.cpp
@@ -1,278 +1,280 @@
#include <QFileDialog>
#include <QMessageBox>
#include <QHeaderView>
#include <QKeyEvent>
#include <QMouseEvent>
#include <interfac... |
Guid75/renamah | 94901ef8b143f59736309489ce949c2712ecaa45 | added .gitignore | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f9922c8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.qm
+ui_*
+moc_*
+*.cxx
+Makefile
+CMakeFiles
+*~
+CMakeCache.txt
+cmake_install.cmake
+/bin
|
Guid75/renamah | f90bc1914ca610c2e2b9d1d76dcca2abf4424345 | contextual menu in file tree and icons in buttons/actions | diff --git a/renamah/widget_simple.cpp b/renamah/widget_simple.cpp
index 1242002..30b1ca5 100644
--- a/renamah/widget_simple.cpp
+++ b/renamah/widget_simple.cpp
@@ -1,259 +1,278 @@
#include <QFileDialog>
#include <QMessageBox>
#include <QHeaderView>
#include <QKeyEvent>
#include <QMouseEvent>
#include <interfac... |
Guid75/renamah | c2fdca0403e180af2aceca59299e69b1dc6093a1 | New translations | diff --git a/renamah/translations/renamah_en_US.ts b/renamah/translations/renamah_en_US.ts
index 3d4a44f..70e9491 100644
--- a/renamah/translations/renamah_en_US.ts
+++ b/renamah/translations/renamah_en_US.ts
@@ -1,384 +1,424 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0">
<context>
... |
Guid75/renamah | a93debb0cf4e5827b0ac37bb99f718848f2335af | project homesite changed | diff --git a/README b/README
index c4fca1c..ce56295 100644
--- a/README
+++ b/README
@@ -1,47 +1,47 @@
--------
WELCOME!
--------
Renamah is a(nother) batch renamer written in C++.
The effort is oriented toward:
* ergonomy
* the crossplatform aspect (Qt4)
* modularity (plugin system for filter... |
tav/oldblog | 319f43b5d39e50f04802cd1a65429059a2f5907d | Adjust pecu allocations. | diff --git a/pecu-allocations-by-tav.txt b/pecu-allocations-by-tav.txt
index bed8c37..0c3ff41 100644
--- a/pecu-allocations-by-tav.txt
+++ b/pecu-allocations-by-tav.txt
@@ -1,559 +1,554 @@
---
created: 2009-03-15, 10:14
layout: post
license: Public Domain
---
=======================
Pecu Allocations by Tav
==... |
tav/oldblog | 05ec6830c6a63a40d609aa9bd954a5d8d83a9341 | Added Consolas to the css for Windows. Thx donatzsky on HN. | diff --git a/website/css/site.css b/website/css/site.css
index 0380d94..6ca88e2 100644
--- a/website/css/site.css
+++ b/website/css/site.css
@@ -1,744 +1,744 @@
/*
* aaken default stylesheet -- by tav
*
*/
a {
color: #0000dd;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none... |
tav/oldblog | 885c9c9e53c5ef7b03f4e8aee9f954e3f9297995 | Removed name from the about-tav article (on request). | diff --git a/about-tav.txt b/about-tav.txt
index 29eb567..a9cbb7c 100644
--- a/about-tav.txt
+++ b/about-tav.txt
@@ -1,1015 +1,1015 @@
---
created: 2009-03-17, 04:03
layout: post
license: Public Domain
type: Feature
---
=========
About Tav
=========
A Brief History of Tav
~~~~~~~~~~~~~~~~~~~~~~
:Abstr... |
tav/oldblog | 97d9b0d451cade48370bd682aa7c0dca4816f722 | Added an article on why Bitcoin will fail. | diff --git a/why-bitcoin-will-fail-as-a-currency.txt b/why-bitcoin-will-fail-as-a-currency.txt
new file mode 100644
index 0000000..b6d8fb7
--- /dev/null
+++ b/why-bitcoin-will-fail-as-a-currency.txt
@@ -0,0 +1,208 @@
+---
+created: 2011-06-07, 13:54
+layout: post
+license: Public Domain
+---
+
+========================... |
tav/oldblog | d975a6b4d6f14b6065c2b81d1cbf2663810c6490 | Fixed some errors in the about tav article. | diff --git a/about-tav.txt b/about-tav.txt
index f04e7e0..29eb567 100644
--- a/about-tav.txt
+++ b/about-tav.txt
@@ -1,1450 +1,1451 @@
---
created: 2009-03-17, 04:03
layout: post
license: Public Domain
type: Feature
---
=========
About Tav
=========
A Brief History of Tav
~~~~~~~~~~~~~~~~~~~~~~
:Abstr... |
tav/oldblog | af56aaf6164ac8de8ebfbcc2d4851b3ca064bf2d | Added a follow count box to the index page. | diff --git a/_layouts/index.genshi b/_layouts/index.genshi
index 13eff3f..8ae3b66 100644
--- a/_layouts/index.genshi
+++ b/_layouts/index.genshi
@@ -1,74 +1,121 @@
---
layout: site
license: Public Domain
title: The Journey to Espia
---
<div xmlns:py="http://genshi.edgewall.org/">
<?python
from operator im... |
tav/oldblog | 13d4340fdd28644daea3879e5377aed032229197 | Evicted cache for css/js. | diff --git a/_layouts/site.genshi b/_layouts/site.genshi
index 933b790..c1ff5fb 100644
--- a/_layouts/site.genshi
+++ b/_layouts/site.genshi
@@ -1,202 +1,202 @@
---
license: Public Domain
---
<!DOCTYPE html>
<html xmlns:py="http://genshi.edgewall.org/">
<head>
<title>${Markup(site_title)}<py:if test="defined... |
tav/oldblog | a61b62e21c5cdc76da2a803d371e004e7feb383d | Worked around ClearType issues reported by endangeredmassa. | diff --git a/_layouts/site.genshi b/_layouts/site.genshi
index e734857..933b790 100644
--- a/_layouts/site.genshi
+++ b/_layouts/site.genshi
@@ -1,205 +1,202 @@
---
license: Public Domain
---
<!DOCTYPE html>
<html xmlns:py="http://genshi.edgewall.org/">
<head>
<title>${Markup(site_title)}<py:if test="defined... |
tav/oldblog | 85da0fa7eb3b76dcf5508791a10eb12ff7b18d12 | Added setup.py call to the Fabric instructions. | diff --git a/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt b/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt
index dca3dee..1efffe2 100644
--- a/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt
+++ b/fabric-python-with-cleaner-api-and-parallel-deployment-support... |
tav/oldblog | a06f299c034d5194ce26df6478a888fa88d0c15d | Added follow metrics and share box. | diff --git a/_layouts/post.genshi b/_layouts/post.genshi
index 8c3b200..28d6844 100644
--- a/_layouts/post.genshi
+++ b/_layouts/post.genshi
@@ -1,80 +1,120 @@
---
layout: site
license: Public Domain
---
<div xmlns:py="http://genshi.edgewall.org/">
<?python
from time import time
from operator import lt
... |
tav/oldblog | 6c123e3a2bb0c10860e06f69ecb08a5ca7bb268a | Published the article on Fabric. | diff --git a/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt b/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt
index 8fa3c53..dca3dee 100644
--- a/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt
+++ b/fabric-python-with-cleaner-api-and-parallel-deployment-support... |
tav/oldblog | 6d6cac8d5e14d1971c843750a725bfdeecb7e1ed | Futher WIP on the Fabric article. | diff --git a/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt b/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt
index b50fcd5..8fa3c53 100644
--- a/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt
+++ b/fabric-python-with-cleaner-api-and-parallel-deployment-support... |
tav/oldblog | 648b694b55bfb558ee1898206d3494f1605fffff | Fixed Wikimedia image move and Google Analytics. | diff --git a/_layouts/site.genshi b/_layouts/site.genshi
index f8bb594..a3aed8d 100644
--- a/_layouts/site.genshi
+++ b/_layouts/site.genshi
@@ -1,180 +1,180 @@
---
license: Public Domain
---
<!DOCTYPE html>
<html xmlns:py="http://genshi.edgewall.org/">
<head>
<title>${Markup(site_title)}<py:if test="defined... |
tav/oldblog | b96b32db0b062531d4454f129ab4716c8923350d | Finished the section on parallel deployment. | diff --git a/_layouts/site.genshi b/_layouts/site.genshi
index 95823ee..f8bb594 100644
--- a/_layouts/site.genshi
+++ b/_layouts/site.genshi
@@ -1,180 +1,180 @@
---
license: Public Domain
---
<!DOCTYPE html>
<html xmlns:py="http://genshi.edgewall.org/">
<head>
<title>${Markup(site_title)}<py:if test="defined... |
tav/oldblog | 59333e757baf520934539c7af077524346a6c376 | Further WIP on Fabric. | diff --git a/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt b/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt
index 600861b..0168ef6 100644
--- a/fabric-python-with-cleaner-api-and-parallel-deployment-support.txt
+++ b/fabric-python-with-cleaner-api-and-parallel-deployment-support... |
tav/oldblog | 1090953ea6b3096477440486ce931a0395dcd3cc | Post on why stories like Egypt are good. | diff --git a/_layouts/site.genshi b/_layouts/site.genshi
index f5c1fc8..95823ee 100644
--- a/_layouts/site.genshi
+++ b/_layouts/site.genshi
@@ -1,180 +1,180 @@
---
license: Public Domain
---
<!DOCTYPE html>
<html xmlns:py="http://genshi.edgewall.org/">
<head>
<title>${Markup(site_title)}<py:if test="defined... |
tav/oldblog | 76b8d7f9ac08884c482bd8481378ab61f4f7396c | Early draft of the fabric post. | diff --git a/_layouts/post.genshi b/_layouts/post.genshi
index 729375b..8c3b200 100644
--- a/_layouts/post.genshi
+++ b/_layouts/post.genshi
@@ -1,80 +1,80 @@
---
layout: site
license: Public Domain
---
<div xmlns:py="http://genshi.edgewall.org/">
<?python
from time import time
from operator import lt
... |
tav/oldblog | c3db4cc2251bafc25c2837016f816e4ea530d71f | Added pd icon to the unlicense article. | diff --git a/creative-commons-unlicense-and-reflections-of-a-public-domain-advocate.txt b/creative-commons-unlicense-and-reflections-of-a-public-domain-advocate.txt
index ae313bc..11967bd 100644
--- a/creative-commons-unlicense-and-reflections-of-a-public-domain-advocate.txt
+++ b/creative-commons-unlicense-and-reflect... |
tav/oldblog | 0c2cb627da6d84d736710f190c26fb9e47da49ad | Added Creative Commons Unlicense email as a post. | diff --git a/creative-commons-unlicense-and-reflections-of-a-public-domain-advocate.txt b/creative-commons-unlicense-and-reflections-of-a-public-domain-advocate.txt
new file mode 100644
index 0000000..ae313bc
--- /dev/null
+++ b/creative-commons-unlicense-and-reflections-of-a-public-domain-advocate.txt
@@ -0,0 +1,173 @... |
tav/oldblog | 7f537d627d9b1282d817273636f6c68888b639f0 | Credited Amma, Peter and John for Peerfund. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index d0bd2d9..6c0b4be 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,193 +1,199 @@
---
created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | e2f3efa7a9866964e1e0a26ed8f259c07dadf0a4 | Credited Chris Greiner and Tim Lossen for Peerfund. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index c9c5438..0ea1933 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,189 +1,193 @@
---
created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | 65f2dfc7ac5b3d72f2d0257e79c1330860458fe5 | Credited Charles Goodier for the Peerfund. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index f91696c..c9c5438 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,187 +1,189 @@
---
created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | eb437bf277d65a82be8a02794f638b368de79e4c | Credited Ycros for the Peerfund. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index f066027..f91696c 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,185 +1,187 @@
---
created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | 839beade211a02d3efeeb9e91705b1254ae1e2e7 | Credited Josef, Matt and Ben for the Peerfund. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index 288e55c..f066027 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,179 +1,185 @@
---
created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | f58bf5489009cbb4e7cdd6f8c271bf2f6e6ab011 | Ooops, forgot to update the total. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index 2b8c332..288e55c 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,179 +1,179 @@
---
created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | b099eab51253a210a7cb0a820c5b97f0740cccec | Credited Alex Rollin for the Peerfund. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index 13ea8f4..2b8c332 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,177 +1,179 @@
---
created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | df5dd631312a349fd49904d7dad121b82cbc9dae | Credited Lauri Love for the Peerfund. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index 83a6df7..13ea8f4 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,175 +1,177 @@
---
created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | 9f80603ae1e5665fee925769db21b770d03991a4 | Credited archels for the peerfund. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index ba48556..83a6df7 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,173 +1,175 @@
---
created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | 33ed6d4543b16f1aae3d73151ff275bc17b70ee9 | Published the peerfund article. | diff --git a/will-you-peerfund-my-work.txt b/will-you-peerfund-my-work.txt
index 8b101f1..ba48556 100644
--- a/will-you-peerfund-my-work.txt
+++ b/will-you-peerfund-my-work.txt
@@ -1,171 +1,173 @@
---
+created: 2010-07-14, 08:34
layout: post
license: Public Domain
---
==========================
Will You Peerfun... |
tav/oldblog | 7c4e1af768cd6d11eff45eedb612a4b814d0d43c | Added an article about peerfunding my work. | diff --git a/website/css/site.css b/website/css/site.css
index 2073cf0..74d12f4 100644
--- a/website/css/site.css
+++ b/website/css/site.css
@@ -491,513 +491,526 @@ h1.title {
p.first {
display: inline;
}
/* document specific rules */
div#rationale a.external {
color: #888;
}
#ignore-this {
display... |
tav/oldblog | c3f76eaa06aad326caf3531165df10537382f8ab | Added some margin for nested lists. | diff --git a/website/css/site.css b/website/css/site.css
index a146033..2073cf0 100644
--- a/website/css/site.css
+++ b/website/css/site.css
@@ -1,604 +1,608 @@
/*
* aaken default stylesheet -- by tav
*
*/
a {
color: #0000dd;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none... |
tav/oldblog | 85d465afdc9ffaee73630f10e0ad6a2e421916ba | Saving some of the minor updates to the OAuth article. | diff --git a/oauth-3.0-the-sane-and-simple-way-to-do-it.txt b/oauth-3.0-the-sane-and-simple-way-to-do-it.txt
index 05c5551..d242d46 100644
--- a/oauth-3.0-the-sane-and-simple-way-to-do-it.txt
+++ b/oauth-3.0-the-sane-and-simple-way-to-do-it.txt
@@ -1,148 +1,310 @@
---
layout: post
license: Public Domain
---
====... |
tav/oldblog | c171153e9a429f52026701d10717d6cc5bfcd22b | Fixed the logical awesome image. | diff --git a/4-features-to-make-github-an-awesome-platform.txt b/4-features-to-make-github-an-awesome-platform.txt
index b89599a..d303149 100644
--- a/4-features-to-make-github-an-awesome-platform.txt
+++ b/4-features-to-make-github-an-awesome-platform.txt
@@ -1,205 +1,205 @@
---
created: 2010-04-07, 07:27
layout: p... |
tav/oldblog | 673986d8340495264fc5b5bed73a660a990558fe | Added a follow me footer to the blog posts. | diff --git a/_layouts/post.genshi b/_layouts/post.genshi
index a3d641f..773bb44 100644
--- a/_layouts/post.genshi
+++ b/_layouts/post.genshi
@@ -1,79 +1,94 @@
---
layout: site
license: Public Domain
---
<div xmlns:py="http://genshi.edgewall.org/">
<?python
from time import time
from operator import lt
... |
tav/oldblog | a1569b26e3284a62bdea884c21e5c66c64ad96c7 | Added the start of the OAuth 3.0 article. | diff --git a/oauth-3.0-the-sane-and-simple-way-to-do-it.txt b/oauth-3.0-the-sane-and-simple-way-to-do-it.txt
new file mode 100644
index 0000000..05c5551
--- /dev/null
+++ b/oauth-3.0-the-sane-and-simple-way-to-do-it.txt
@@ -0,0 +1,148 @@
+---
+layout: post
+license: Public Domain
+---
+
+===============================... |
tav/oldblog | 77638037a88992a7d3ee469ceb83251afe6e3406 | Wrote a post asking about interest in the pypy toolchain. | diff --git a/anyone-interested-in-articles-on-using-pypy-to-create-new-languages.txt b/anyone-interested-in-articles-on-using-pypy-to-create-new-languages.txt
new file mode 100644
index 0000000..914192b
--- /dev/null
+++ b/anyone-interested-in-articles-on-using-pypy-to-create-new-languages.txt
@@ -0,0 +1,94 @@
+---
+cr... |
tav/oldblog | 8232e5bb860db329ed62df38fe484d4fe4e170dc | Upped Mamading's pecu allocation for recent awesomeness. | diff --git a/pecu-allocations-by-tav.txt b/pecu-allocations-by-tav.txt
index 652b997..528d46e 100644
--- a/pecu-allocations-by-tav.txt
+++ b/pecu-allocations-by-tav.txt
@@ -1,551 +1,551 @@
---
created: 2009-03-15, 10:14
layout: post
license: Public Domain
---
=======================
Pecu Allocations by Tav
==... |
tav/oldblog | 86fe0fd1a7ac6cc0867ecb0bd3003b81d7b94270 | Inlined the link. | diff --git a/4-features-to-make-github-an-awesome-platform.txt b/4-features-to-make-github-an-awesome-platform.txt
index 22dfb05..b89599a 100644
--- a/4-features-to-make-github-an-awesome-platform.txt
+++ b/4-features-to-make-github-an-awesome-platform.txt
@@ -1,207 +1,205 @@
---
created: 2010-04-07, 07:27
layout: p... |
tav/oldblog | c159d0b217a309ea75fdf6b0a76098fa4d957174 | Added ref to GitHub repo in the article. | diff --git a/4-features-to-make-github-an-awesome-platform.txt b/4-features-to-make-github-an-awesome-platform.txt
index 16b1cd5..22dfb05 100644
--- a/4-features-to-make-github-an-awesome-platform.txt
+++ b/4-features-to-make-github-an-awesome-platform.txt
@@ -1,204 +1,207 @@
---
created: 2010-04-07, 07:27
layout: p... |
tav/oldblog | a65ee3164157eac3700b20eb4d9c4243c9d27e4f | Wrote an article on features to make GitHub awesome. | diff --git a/4-features-to-make-github-an-awesome-platform.txt b/4-features-to-make-github-an-awesome-platform.txt
new file mode 100644
index 0000000..16b1cd5
--- /dev/null
+++ b/4-features-to-make-github-an-awesome-platform.txt
@@ -0,0 +1,204 @@
+---
+created: 2010-04-07, 07:27
+layout: post
+license: Public Domain
+-... |
tav/oldblog | 34110c425d6c5f685933d1183ade99218d278883 | Trying out lloogg.com real-time log viewer support. | diff --git a/website/main.genshi b/website/main.genshi
index 481af58..e040c48 100644
--- a/website/main.genshi
+++ b/website/main.genshi
@@ -1,270 +1,276 @@
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
... |
tav/oldblog | ced32c9df5406cb90125f7fc27af83be7d905522 | Changed 'computer science' to 'computing' after valid feedback on HN. | diff --git a/ciao-python-hola-go.txt b/ciao-python-hola-go.txt
index cc62359..2611650 100644
--- a/ciao-python-hola-go.txt
+++ b/ciao-python-hola-go.txt
@@ -1,225 +1,225 @@
=====================
Ciao Python, Hola Go!
=====================
:X-Created: [2009-11-25, 15:27]
.. raw:: html
<div class="float-rig... |
tav/oldblog | 1017a0eb13247478b632e039d77b995b1d0d0085 | Adding a .. more to the latest article to truncate it on the blog frontpage. | diff --git a/twitter-golang-list-go-mirror-on-github.txt b/twitter-golang-list-go-mirror-on-github.txt
index 60c4a78..489c101 100644
--- a/twitter-golang-list-go-mirror-on-github.txt
+++ b/twitter-golang-list-go-mirror-on-github.txt
@@ -1,66 +1,68 @@
=========================================
Twitter #golang List, Go ... |
tav/oldblog | 859ef51cc1ef2daa6d26b4f694b787f3bb3acd62 | Twitter #golang List and Go Mirror on GitHub article. | diff --git a/twitter-golang-list-go-mirror-on-github.txt b/twitter-golang-list-go-mirror-on-github.txt
new file mode 100644
index 0000000..60c4a78
--- /dev/null
+++ b/twitter-golang-list-go-mirror-on-github.txt
@@ -0,0 +1,66 @@
+=========================================
+Twitter #golang List, Go Mirror on GitHub
+=====... |
tav/oldblog | ddbce170c71a1fc93531232b4349c20c19a34fb3 | Ciao Python, Hola Go article. | diff --git a/ciao-python-hola-go.txt b/ciao-python-hola-go.txt
new file mode 100644
index 0000000..cc62359
--- /dev/null
+++ b/ciao-python-hola-go.txt
@@ -0,0 +1,225 @@
+=====================
+Ciao Python, Hola Go!
+=====================
+
+:X-Created: [2009-11-25, 15:27]
+
+.. raw:: html
+
+ <div class="float-right">... |
tav/oldblog | ffba31d3f1034c36ad820c83dd41f73b9a3614a1 | Decided to go to media ecologies after all. | diff --git a/media-ecologies-and-postindustrial-production.txt b/media-ecologies-and-postindustrial-production.txt
index 53bd38a..0ed0ac9 100644
--- a/media-ecologies-and-postindustrial-production.txt
+++ b/media-ecologies-and-postindustrial-production.txt
@@ -1,36 +1,33 @@
============================================... |
tav/oldblog | fd17f2bd841532ed8b478db8bba073d6202a5f5e | Commenting out Ana Sandra's pecu allocation and updating non-attendance of media ecologies. | diff --git a/media-ecologies-and-postindustrial-production.txt b/media-ecologies-and-postindustrial-production.txt
index 0ed0ac9..53bd38a 100644
--- a/media-ecologies-and-postindustrial-production.txt
+++ b/media-ecologies-and-postindustrial-production.txt
@@ -1,33 +1,36 @@
============================================... |
tav/oldblog | 4e0f920e6248bccd057570b006958c7d6f0518fa | Updating the poster image for the Media Ecologies workshop. | diff --git a/media-ecologies-and-postindustrial-production.txt b/media-ecologies-and-postindustrial-production.txt
index bf6e9fa..0ed0ac9 100644
--- a/media-ecologies-and-postindustrial-production.txt
+++ b/media-ecologies-and-postindustrial-production.txt
@@ -1,33 +1,33 @@
============================================... |
tav/oldblog | 9657f8d5d3ce9f5701f838dbf27c0bd5da2eaf32 | Commenting out the sharethis button. | diff --git a/website/index.genshi b/website/index.genshi
index 99ccdb2..1a8daa3 100644
--- a/website/index.genshi
+++ b/website/index.genshi
@@ -1,103 +1,103 @@
<div xmlns:py="http://genshi.edgewall.org/">
<?python
from operator import lt
STATIC = 'http://cloud.github.com/downloads/tav/plexnet'
MONTHS ... |
apoltix/blockip | 1ffbab07c99c9fa52762009eb2beb5bf24840bc2 | Improved error handling. Added installer. | diff --git a/README b/README
index 09e31cc..980dae4 100644
--- a/README
+++ b/README
@@ -1,26 +1,28 @@
blockip 0.1
(C) Christian Rasmussen, apoltix, 2010.
Licensed under the MIT License (see LICENSE).
Python script for a quick and easy-to-remember way to add and delete IP-addresses to the iptables INPUT DROP li... |
apoltix/blockip | 47917b517a97769d55d7b3b2686b97facdef60f2 | Expanded README. Added .gitignore file. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5a1bd98
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+blockip.0.1.tgz
diff --git a/README b/README
index 570b2ff..09e31cc 100644
--- a/README
+++ b/README
@@ -1,6 +1,26 @@
blockip 0.1
(C) Christian Rasmussen, apoltix, 2010.
Licensed under the... |
apoltix/blockip | 93af5a0d98e1298d2d4daf78c92e9942763bc421 | Oops. Now actually works. | diff --git a/blockip.py b/blockip.py
old mode 100755
new mode 100644
index 23f0ecf..8d4b4b9
--- a/blockip.py
+++ b/blockip.py
@@ -1,61 +1,57 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# blockip: easy-to-use command to add or delete an IP-address to the blocklist in iptables
import sys
import getopt
impo... |
apoltix/blockip | f58d4a5af76416692d42f8210f607a866bb81c10 | Added readme and license files. | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..d6e721c
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+ Copyright (c) 2010 Christian Rasmussen
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to dea... |
apoltix/blockip | 498e54bf98b8bf93e982da8a7c836337adbd68c1 | Initial import, working. | diff --git a/blockip.py b/blockip.py
new file mode 100755
index 0000000..23f0ecf
--- /dev/null
+++ b/blockip.py
@@ -0,0 +1,61 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+# blockip: easy-to-use command to add or delete an IP-address to the blocklist in iptables
+
+import sys
+import getopt
+import subprocess
+... |
heracek/x36osy-producenti-konzumenti-processes | b8e2090c669bd7d29e0a88ffd4ebe1b033e512d9 | Program vyzaduje parametry. | diff --git a/main.cpp b/main.cpp
index db8802f..c4a1137 100644
--- a/main.cpp
+++ b/main.cpp
@@ -36,570 +36,571 @@ Fronta **fronty;
char process_name[MAX_NAME_SIZE];
int sem_pristup_ke_fronte;
int sem_mohu_vlozit;
Shared *shared;
struct Prvek {
int cislo_producenta;
int poradove_cislo;
int pocet_p... |
heracek/x36osy-producenti-konzumenti-processes | f2718df14c5ebf18775dd0b6da1d6361634e706b | Pridan PDF soubro s popisem. | diff --git a/Semestralni uloha X36OSY 2007.pdf b/Semestralni uloha X36OSY 2007.pdf
new file mode 100644
index 0000000..58e1e97
Binary files /dev/null and b/Semestralni uloha X36OSY 2007.pdf differ
diff --git a/readme.html b/readme.html
index bcf30fa..0e40e2a 100644
--- a/readme.html
+++ b/readme.html
@@ -1,117 +1,116 @... |
heracek/x36osy-producenti-konzumenti-processes | 1affa322391db483c99c80c040d0800ff9149fd5 | Pridano nacitani prarametru. | diff --git a/Makefile b/Makefile
index 512e1cd..4a3ce76 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,19 @@
# all after symbol '#' is comment
# === which communication library to use ===
CC = g++
CFLAGS =
LIBS = -lpthread
# -lrt
default: main
main:main.cpp
$(CC) $(CFLAGS) -o main main.cpp $(LIB... |
heracek/x36osy-producenti-konzumenti-processes | ef0d6385cadf960dbb3b37c6b7b571326735d8cf | Pridana prvni verze konzumenta a funkcni fronty. | diff --git a/main.cpp b/main.cpp
index 3e8f5c8..ecba850 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,636 +1,581 @@
/**
* X36OSY - Producenti a konzumenti
*
* vypracoval: Tomas Horacek <horact1@fel.cvut.cz>
*
*/
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <q... |
heracek/x36osy-producenti-konzumenti-processes | 244b26dd8ee06f4fc8e076c17e6c3fe857ac10b5 | Pridan funkcni producent. | diff --git a/main.cpp b/main.cpp
index 3aac953..3e8f5c8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,515 +1,636 @@
/**
* X36OSY - Producenti a konzumenti
*
* vypracoval: Tomas Horacek <horact1@fel.cvut.cz>
*
*/
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <q... |
heracek/x36osy-producenti-konzumenti-processes | b74fbba1dd34ca8dede289262ee3773706da0364 | Pridany funkce pro obsluhu semaforu. | diff --git a/main.cpp b/main.cpp
index 61d8c23..3aac953 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,452 +1,515 @@
/**
* X36OSY - Producenti a konzumenti
*
* vypracoval: Tomas Horacek <horact1@fel.cvut.cz>
*
*/
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <q... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.