This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70.42% CSS | |
29.34% Shell | |
0.22% JavaScript | |
0.01% PHP | |
Shell: | |
atom.sh | |
features/apc.sh | |
features/aptanagitsupport.sh | |
features/aptanaide.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt | |
index 746f4d2..a743bf2 100644 | |
--- a/docs/topics/migrations.txt | |
+++ b/docs/topics/migrations.txt | |
@@ -472,1 +472,2 @@ backwards will raise an exception. | |
Data migrations and multiple databases | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-One of the challenges that can be encountered is figuring out whether | |
+or not to run a migration when using multiple databases. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78.83% JavaScript | |
13.20% C | |
4.92% C++ | |
2.82% CSS | |
0.23% Shell | |
C: | |
c/disjunction.c | |
c/examples/foundation/src/main.c | |
c/examples/glfw/src/BasicModel.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os | |
import re | |
re_php = re.compile(r"<\?(php)?\s", re.MULTILINE) | |
re_clarion = re.compile(r"^([A-Z][a-z]+\s+PROCEDURE\(|![\s\w-]+)", re.MULTILINE) | |
re_pascal = re.compile(r"^\s*(end;(\s*{[^}]+})?\s*$|{\$\w+\s)", re.MULTILINE | re.IGNORECASE) | |
re_sourcepawn = re.compile(r"^\s*(native|forward|stock)\s+[\w:]+\s*\(", re.MULTILINE | re.IGNORECASE) | |
re_cpp = re.compile(r"^\s*#(include|define|if|endif|pragma)\s*", re.MULTILINE) | |
re_html = re.compile(r"<\/\w+>", re.MULTILINE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def setup | |
super | |
@repo = sandbox_init("testrezpo") | |
@repo.checkout_tree(@repo.rev_parse("refs/heads/dir"), :strategy => :force) | |
IO.write(File.join(@repo.workdir, ".gitattributes"), ATTRIBUTES) | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def minified_files? | |
return unless ['.js', '.css'].include? extname | |
if lines.any? | |
median = lines.sort_by { |l| l.length}[lines.length / 2].length | |
puts "median line length: #{median}\n" | |
(lines.inject(0) { |n, l| n += l.length } / lines.length) > 110 | |
else | |
false | |
end | |
end |
(some of α, ᾱ, β, β̄, γ or γ̄) B̄Ā().
(some of α, ᾱ, β, β̄, γ or γ̄) B̄Ā().
Task | Time required | Assigned to | Current Status | Finished |
---|---|---|---|---|
Calendar Cache | > 5 hours | - | in progress | - [x] ok? |
Object Cache | > 5 hours | - | in progress | [x] item1 [ ] item2 |
Object Cache | > 5 hours | - | in progress |
|
Object Cache | > 5 hours | - | in progress |
|
- works
- works too