-
Download an export of your board, rename it to
board.json
, and place it in the same directory as this README. For example:https://trello.com/board/4f19b3693754fb034106c89d/welcome-board.json
-
Run trello2todotxt
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
@namespace html url(http://www.w3.org/1999/xhtml); | |
@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
/* | |
Author: Twily | |
Description: Minimal flat styled tabs for Australis | |
Compitability: Firefox Nightly v31.0a1 - v32.0a1 (Australis) | |
CSS Variables were introduced to Firefox in v29.0a1 | |
Website: http://twily.info/ | |
*/ |
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
<div id="edit-settings" class="button" if="settings-edit"><div> |
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/Languages/IronPython/IronPython.Modules/_csv.cs b/Languages/IronPython/IronPython.Modules/_csv.cs | |
index 982a735..9eef957 100644 | |
--- a/Languages/IronPython/IronPython.Modules/_csv.cs | |
+++ b/Languages/IronPython/IronPython.Modules/_csv.cs | |
@@ -739,7 +739,11 @@ in CSV format.")] | |
_state = State.StartRecord; | |
_fields.Clear(); | |
_is_numeric_field = false; | |
+#if !CLR2 | |
_field.Clear(); |
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
this.MySparkline.AddTimeValue(double); |
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
package earthquake_detector; | |
import java.util.Map; | |
import com.buglabs.bug.module.gps.pub.IPositionProvider; | |
import com.buglabs.bug.swarm.connector.pub.ISyncFilter; | |
/** | |
* Given a previous sample and the current sample, determine if the difference is great enough to pass data to the server. | |
* |
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
load_assembly "System.Core" | |
using_clr_extensions System::Linq | |
# ... | |
products. | |
where(lambda { |p| p.units_in_stock == 0 }). | |
each { |x| puts x.product_name } |
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
foo_module = IronRuby.require 'foo' | |
foo_module.Foo.new.bar |
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
<%@ Page Language="IronPython" CodeFile="hello-webforms.aspx.py" %> | |
Enter your name: | |
<asp:TextBox ID="TextBox1" runat="server"> | |
</asp:TextBox> | |
<asp:Button ID="Button1" runat="server" Text="Submit" OnClick="Button1_Click"/> | |
<p> | |
<asp:Label ID="Label1" runat="server" Text="Label"> | |
</asp:Label> | |
</p> |
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
get('/') { | |
"Hello, World" | |
} |
NewerOlder