code stringlengths 3 1.18M | language stringclasses 1
value |
|---|---|
/*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
package org.pocketworkstation.pckeyboard;
import java.util.Locale;
import android.content.Context;
import android.content.res.TypedArray;
import android.preference.DialogPreference;
import android.util.AttributeSet;
import android.view.View;
import android.widget.SeekBar;
import android.widget.TextView;
/**
* SeekB... | Java |
/*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Java |
/*
* Copyright (C) 2011 Darren Salt
*
* Licensed under the Apache License, Version 2.0 (the "Licence"); you may
* not use this file except in compliance with the Licence. You may obtain
* a copy of the Licence at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
/*
* Copyright (C) 2011 Darren Salt
*
* Licensed under the Apache License, Version 2.0 (the "Licence"); you may
* not use this file except in compliance with the Licence. You may obtain
* a copy of the Licence at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
package org.pocketworkstation.pckeyboard;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import android.content.SharedPreferences;
import android.content.res.Resources;
import android.util.Log;
/**
* Global current settings for the keyboard.
*
* <p>
* Yes, globals are evil. But the per... | Java |
/*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Java |
/*
* Copyright (C) 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Java |
/*
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | Java |
/*
* Copyright (C) 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Java |
package org.pocketworkstation.pckeyboard;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.xmlpull.v1.XmlPullParserException;
import android.content.BroadcastReceiver;
import android.content.Context;
... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Java |
/*
* Copyright (C) 2008-2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Java |
/*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Java |
/*
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Java |
/*
* Copyright (C) 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
/*
* Copyright (C) 2008-2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | Java |
/*
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
/*
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | Java |
/*
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
/*
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | Java |
/*
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Java |
package org.ank.food;
import android.content.ContentProvider;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.Context;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQ... | Java |
package org.ank.food;
import android.content.Context;
import android.database.Cursor;
import android.util.Log;
public class ProductDataManager {
private volatile static ProductDataManager instance;
public static final int STANDARD_WEIGHT = 100;
private static final int MAX_WEIGHT_ITEMS_PER_PRODUCT = 45... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.ContentUris;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.view.C... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Color;
import android.os.Bundle;
import android.util.Log;
import android.view.K... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import and... | Java |
package org.ank.food;
import java.security.InvalidParameterException;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.util.Log;
import android.widget.SimpleCursorAdapter;
public class ProfileManager {
public static final double LB_TO... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import and... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import andro... | Java |
package org.ank.food;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class InfoActivity extends Activity{
Button backButton;
TextView tex... | Java |
package org.ank.food;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.widge... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.widget.Button;
import android.widget.Spinner;
import andr... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.widget.Button;
import android.widget.Spinner;
import andr... | Java |
package org.ank.food;
import android.app.Activity;
import android.content.Intent;
import android.os.Handler;
import android.os.Message;
import android.widget.TextView;
//import org.ank.food.LaunchActivity;
public class DBCopyingHandler extends Handler{
public TextView indicator;
private Activity paren... | Java |
package org.ank.food;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.Context;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import andr... | Java |
package org.ank.food;
import android.content.ContentProvider;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.database.s... | Java |
package org.ank.food;
import android.os.Handler;
import android.os.Message;
import android.widget.TextView;
public class DBCreateHandler extends Handler{
public TextView indicator;
public DBCreateHandler(TextView t){
this.indicator = t;
}
@Override
public void handleMessage(Message m){
... | Java |
package org.ank.food;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.util.Log;
public class AdviceManager {
protected final static int[] NOT_DESIRABLE_GROUPS = {19,21,22,25,35};
protected final static String[]... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.os.Looper;
import android.os.Message;
import android.util.Log;
import android.vie... | Java |
package org.ank.food;
import android.content.Context;
import android.database.Cursor;
import android.os.Handler;
import android.os.Message;
import android.util.Log;
import android.widget.Button;
import android.widget.ListView;
import android.widget.ProgressBar;
import android.widget.SimpleCursorAdapter;
imp... | Java |
package org.ank.food;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.channels.FileChannel;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.os.Handler;
import android... | Java |
package org.ank.food;
import android.content.Context;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class NumPadHandler {
private int MAX_VALUE = 10000;
private int RADIX = 10;
private String backspaseButtonText;
private Button[] keys;
private Te... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.TimePickerDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
i... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.UrlQuerySanitizer.ValueSanitizer;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.widge... | Java |
package org.ank.food;
import android.app.Activity;
import android.content.Intent;
import android.content.res.ColorStateList;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Message;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import androi... | Java |
package org.ank.food;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import... | Java |
package org.ank.food;
import android.app.Activity;
import android.content.Intent;
import android.content.res.Resources.Theme;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.KeyEvent;
import android.view.View;
import android.widget.AdapterView;
import andr... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You may obtain a c... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You may obtain a c... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You may obtain a c... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You may obtain a c... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You ma... | Java |
/*
* Copyright (C) 2009 AnK Team
* Andrey Korolev
* Anna Krel
* Anna Kapanina
*
* http://code.google.com/p/ankfood/
*
* Licensed under the GNU General Public License, Version 2.0 (the "License");
*
* you may not use this file except in compliance with the License.
* You may obtain a c... | Java |
package org.ank.food;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List... | Java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.