layouts = Dir.glob("_layouts/*")
layouts.each do |layout|
layout.gsub!(/^_layouts\/(.*)\..*$/, '\1')
...
class Company has_many :stores end ...
Ruby Active Record getting uniqu...
by kibyegn.myopenid.com,
February 03, 2012 01:40,
1 refactoring, tagged with rails, short clean ruby, active record
I still think I could make ...
from itertools import product def breadth_first_product(*args): """Works like itertools.product but iterates "breadth first". ...
Python Breadth first cartesian pro...
by abrakadabra42.myopenid.com,
January 02, 2012 17:28,
17 refactorings, tagged with iterators, cartesian product
There must be an easier way...
<?php $location = htmlspecialchars($_SERVER['HTTP_REFERER']); $email = strtolower(mysql_real_escape_string($_REQUEST['email'])); ...
PHP php refactoring
by openid.aol.com/zaknaji,
January 15, 2012 23:31,
8 refactorings
Just completed this a week ...
package BST; import exceptions.DuplicateItemException; ...
Java first BST
by orangelight.myopenid.com,
January 18, 2012 14:13,
5 refactorings
hi,
so i'm still a new p...
public void setPageOption(String key, String value){
if (key==null) return;
Boolean boolValue = value==null? null: "true".equals(value);
...
Java Too many if statements
by https://www.google.com/accounts/o8/id?id=AItOawnvtFGh-r9ibK5ZHTYiZh2UzxDww7-bwI0,
January 04, 2012 03:17,
5 refactorings
Too many if statements. Wan...
var spanish = ["arbol", "casa", "el", "la", "quintas", "es", "verde", "y", "roja"];
var english = ["tree", "house", "the", "the", "crack", "is", "green", "and", "red"];
var traductor = function () {
...
Weeks = [["2012-01-15","2012-01-22"], ["2012-01-22","2012-01-29"], ["2012-01-29","2012-02-05"],["2012-02-05","2012-02-12"], ["2012-02-12","2012-02-19"], ["2012-02-19","2012-02-26"]] ...
Ruby clean the code
by https://www.google.com/accounts/o8/id?id=AItOawlaTnwjQ00W1XCRaUEGIonvKgruTMebfak,
January 30, 2012 03:54,
4 refactorings, tagged with ruby, rails 3
Plz help me clean the code
...
if $0 == __FILE__
total = 0
...
Ruby Euler Problem 2 solution
by https://www.google.com/accounts/o8/id?id=AItOawkD4xFlDWBQgag82x1DXUSXIYd_s8Ca8B4,
January 24, 2012 18:43,
3 refactorings
Sorry if I shouldn't be pos...
// First layer initialization with OpenLayers (removed 2 through 6 for cleanliness... but they are hii_2, hii_3,...,hii_6)
hii_1 = new OpenLayers.Layer.MapServer("Land Cover","../../cgi-bin/mapserv.exe",{
map:'C:/ms4w/Apache/htdocs/hii/hii_landcover.map'},{
...
JavaScript Multiple jQuery Sliders &am...
by https://www.google.com/accounts/o8/id?id=AItOawkpq_fK9eTyv4kT_L9oOdZmIj8FDIXXM58,
January 13, 2012 22:18,
3 refactorings, tagged with jQuery, OpenLayers
I am having trouble refacto...
M = [["a", "b"], ["c", "d"], ["e", "f"]] x = [] ...
Ruby Array parsing in a block
by https://www.google.com/accounts/o8/id?id=AItOawmWMRp7fAci9domcwhxD3fNikoTak9bkYc,
January 26, 2012 05:59,
1 refactoring, tagged with arrays, blocks, loops, array syntax
x should be ["a","c","e"] i...
v
PHP Templating Engine
by https://www.google.com/accounts/o8/id?id=AItOawmqeWYiB7S-kJBQrA90kF0hQwFF-sWnQfI,
January 10, 2012 17:13,
1 refactoring, tagged with php, templating, engine
gdg
</head>
<body>
<% ra...
#include <stdio.h> int main () ...
C Test
by https://www.google.com/accounts/o8/id?id=AItOawkZuzVMryYKOU8sDRj12k_5P2R4U4Yf5Rw,
January 10, 2012 00:58,
1 refactoring
It is just for Test.
When /^I request test urls with headers "([^"]*)" "([^"]*)"$/ do |accept, headers|
header_map = create_header_map_from_string(headers)
test_urls = load_fixture("test-urls1.txt")
...
Ruby Looping over a file
by https://www.google.com/accounts/o8/id?id=AItOawnvtFGh-r9ibK5ZHTYiZh2UzxDww7-bwI0,
January 11, 2012 09:15,
1 refactoring
The puts doesn't happen unt...
Favour specialises in Affordable OHS Software, Recruitment Management & HR Software. We provide solutions to your OH&S and Human Resources functionality and capabilities. Visit us today to see how we can help you!
Bash ohs system, recruitment sof...
by bookerbrinley.myopenid.com,
January 28, 2012 04:46,
No refactoring, tagged with HR Software, OHS Software, OH&S Software, Recruitment Software, Human Resources Software, OHS System
Favour specialises in Affor...
List<String> content = resource.getContent(ArrayList.class);
Java Type Safety
by https://www.google.com/accounts/o8/id?id=AItOawnvtFGh-r9ibK5ZHTYiZh2UzxDww7-bwI0,
January 25, 2012 07:44,
No refactoring
Is there a way to make this...
public InputSource resolveEntity(String publicId, String systemId) {
if (systemId.endsWith("/documents.xsd")) {
InputStream in = getClass().getResourceAsStream("/xsd/documents.xsd");
...
Java Long if ladder
by https://www.google.com/accounts/o8/id?id=AItOawnvtFGh-r9ibK5ZHTYiZh2UzxDww7-bwI0,
December 01, 2011 09:18,
12 refactorings
Be nice to get rid of the i...
ALPHA = ('a'..'z').to_a
def nextAlpha letter
...
Ruby String Incrementing
by caustic-interface.myopenid.com,
December 20, 2011 18:24,
11 refactorings
It's intended to increment ...
protected void LinqDataSource1_Selecting(object sender, LinqDataSourceSelectEventArgs e)
{
GWportalDataContext db = new GWportalDataContext();
...
C# Refactor LINQ selection
I hope someone could refact...
def battle # do something if result=self.save ...
Ruby Unnecessary assignment near...
by https://www.google.com/accounts/o8/id?id=AItOawldXGtOvAVQC5k5Z7Y71zO75UzIQ98K5a0,
December 12, 2011 07:36,
5 refactorings, tagged with return, observers
It feels like the assignmen...
# Start of file, showing the name of the application # Size, and all relevent parts of the title ...
Ruby Address Book
by https://www.google.com/accounts/o8/id?id=AItOawkiJON4MFJ9bopD8IvwQ1pbpH3ag7yrtnI,
December 28, 2011 07:36,
5 refactorings, tagged with ruby, methods, regexp, regular expression
This is a fairly simple add...
>> %w(Pending Processing Executed Canceled).each_with_index.map {|v, i| i}
=> [0, 1, 2, 3]
Ruby Get array of indexes from g...
Using it :in validates_incl...
#more elegante way? sector = Sector.create(:name => name) unless sector = Sector.find_by_name(sector)
Ruby more elegant way
no ideas about it, rails 3....
protected void LinqDataSource1_Selecting(object sender, LinqDataSourceSelectEventArgs e)
{
GWportalDataContext db = new GWportalDataContext();
...
C# Refactor LINQ queries
by klim8d.myopenid.com,
December 19, 2011 04:39,
4 refactorings, tagged with LINQ speed C# asp.net performance
Hello, my other thread went...
def self.generate_required_data(orders)
all_the_orders = []
orders.each do |order|
...
Ruby Building an array from data...
Just interested to see how ...
The title says it all, I'm ...