code string | repo_name string | path string | language string | license string | size int64 |
|---|---|---|---|---|---|
#!/bin/bash
#===============================================================================
# FILE: wrapper.sh
# USAGE: ./wrapper.sh scriptname [cmd-line-args]
# DESCRIPTION: Wraps the execution of a programm or script.
# Use with xterm: xterm -e wrapper.sh scriptname cmd-line-ar... | 00000svn-vim-cfg | trunk/vimfiles/awk-support/scripts/.svn/text-base/wrapper.sh.svn-base | Shell | gpl3 | 1,361 |
%%=====================================================================================
%%
%% File: awk-hotkeys.tex
%%
%% Description: awk-support.vim : Key mappings for Awk without GUI.
%%
%%
%% Author: Dr.-Ing. Fritz Mehner
%% Email: mehner.fritz@fh-swf.de
%% ... | 00000svn-vim-cfg | trunk/vimfiles/awk-support/doc/awk-hotkeys.tex | TeX | gpl3 | 11,034 |
"===================================================================================
" FILE: .vimrc
" DESCRIPTION: suggestion for a personal configuration file ~/.vimrc
" AUTHOR: Dr.-Ing. Fritz Mehner
" CREATED: 19.12.2012
"========================================================================... | 00000svn-vim-cfg | trunk/vimfiles/awk-support/rc/customization.vimrc | Vim Script | gpl3 | 10,061 |
" Vim syntax file
" Language: mm template engine : template library
" Maintainer: Wolfgang Mehner <wolfgang-mehner@web.de>
" Last Change: 12.08.2013
" Version: 0.9.1-2
if version < 600
syntax clear
elseif exists("b:current_syntax")
finish
endif
"----------------------------------------------------------------------... | 00000svn-vim-cfg | trunk/vimfiles/syntax/template.vim | Vim Script | gpl3 | 2,994 |
let s:tree_up_dir_line = '.. (up a dir)'
"NERDTreeFlags are syntax items that should be invisible, but give clues as to
"how things should be highlighted
syn match NERDTreeFlag #\~#
syn match NERDTreeFlag #\[RO\]#
"highlighting for the .. (up dir) line at the top of the tree
execute "syn match NERDTreeUp #\\V". s:tree... | 00000svn-vim-cfg | trunk/vimfiles/syntax/nerdtree.vim | Vim Script | gpl3 | 3,741 |
" File: MultipleSearch.vim (global plugin)
" Last Changed: 14 Aug 2008
" Maintainer: Dan Sharp <dwsharp at hotmail dot com>
" Version: 1.3
" License: Vim License
" GetLatestVimScripts: 479 1 :AutoInstall: MultipleSearch.vba
if exists('loaded_multiplesearch')
finish
endif
let loaded_multiplesearch = 1
" Vim... | 00000svn-vim-cfg | trunk/vimfiles/plugin/MultipleSearch.vim | Vim Script | gpl3 | 2,020 |
"===============================================================================
"
" File: awk-support.vim
"
" Description: awk support
"
" Write awk scripts by inserting comments, statements,
" variables and builtins.
"
" VIM Version: 7.0+
" Author: Dr. Fritz... | 00000svn-vim-cfg | trunk/vimfiles/plugin/awk-support.vim | Vim Script | gpl3 | 62,541 |
"#################################################################################
"
" Filename: perl-support.vim
"
" Description: perl-support.vim implements a Perl-IDE for Vim/gVim. It is
" written to considerably speed up writing code in a consistent
" style.
" ... | 00000svn-vim-cfg | trunk/vimfiles/plugin/perl-support.vim | Vim Script | gpl3 | 124,005 |
" sqlplus.vim
" author: Jamis Buck (jgb3@email.byu.edu)
" version: 1.2.3
"
" This file contains routines that may be used to execute SQL queries and describe
" tables from within VIM. It depends on SQL*Plus. You must have $ORACLE_HOME
" $ORACLE_SID set in your environment, although you can explicitly set the
" databa... | 00000svn-vim-cfg | trunk/vimfiles/plugin/sqlplus.vim | Vim Script | gpl3 | 9,693 |
" ============================================================================
" File: NERD_tree.vim
" Description: vim global plugin that provides a nice tree explorer
" Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
" Last Change: 28 December, 2011
" License: This program is free software.... | 00000svn-vim-cfg | trunk/vimfiles/plugin/NERD_tree.vim | Vim Script | gpl3 | 126,233 |
" Script Name: mark.vim
" Description: Highlight several words in different colors simultaneously.
"
" Copyright: (C) 2005-2008 Yuheng Xie
" (C) 2008-2013 Ingo Karkat
" The VIM LICENSE applies to this script; see ':help copyright'.
"
" Maintainer: Ingo Karkat <ingo@karkat.de>
" Orig Author: Yuheng Xie... | 00000svn-vim-cfg | trunk/vimfiles/plugin/mark.vim | Vim Script | gpl3 | 21,967 |
"===============================================================================
"
" File: perlsupportprofiling.vim
"
" Description: Plugin perl-support:
" Profiler support
"
" VIM Version: 7.0+
" Author: Dr. Fritz Mehner (mn), mehner@fh-swf.de
" Company: FH Südwestfalen, ... | 00000svn-vim-cfg | trunk/vimfiles/autoload/perlsupportprofiling.vim | Vim Script | gpl3 | 19,030 |
" mark/palettes.vim: Additional palettes for mark highlighting.
"
" DEPENDENCIES:
"
" Copyright: (C) 2012 Ingo Karkat
" The VIM LICENSE applies to this script; see ':help copyright'.
"
" Maintainer: Ingo Karkat <ingo@karkat.de>
" Contributors: rockybalboa4
"
" Version: 2.7.0
" Changes:
" 04-Jul-2012, Ingo Karkat
... | 00000svn-vim-cfg | trunk/vimfiles/autoload/mark/palettes.vim | Vim Script | gpl3 | 9,577 |
" File: MultipleSearch.vim (global plugin)
" Last Changed: 13 Aug 2008
" Maintainer: Dan Sharp <dwsharp at hotmail dot com>
" Version: 1.3
" License: Vim License
"-----------------------------------------------------------------------------
" MultipleSearch allows you to have the results of multiple searches dis... | 00000svn-vim-cfg | trunk/vimfiles/autoload/MultipleSearch.vim | Vim Script | gpl3 | 11,510 |
"===============================================================================
"
" File: mmtemplates#core.vim
"
" Description: Template engine: Core.
"
" Maps & Menus - Template Engine
"
" VIM Version: 7.0+
" Author: Wolfgang Mehner, wolfgang-mehner@web.de
" Organization:
... | 00000svn-vim-cfg | trunk/vimfiles/autoload/mmtemplates/core.vim | Vim Script | gpl3 | 116,100 |
if !exists("g:calendar_action")
let g:calendar_action = "calendar#diary"
endif
if !exists("g:calendar_sign")
let g:calendar_sign = "calendar#sign"
endif
if !exists("g:calendar_mark")
\|| (g:calendar_mark != 'left'
\&& g:calendar_mark != 'left-fit'
\&& g:calendar_mark != 'right')
let g:calendar_mark = 'left'
en... | 00000svn-vim-cfg | trunk/vimfiles/autoload/calendar.vim | Vim Script | gpl3 | 31,187 |
"===============================================================================
"
" File: perlsupportregex.vim
"
" Description: Plugin perl-support:
" Regular expression explanation and visualization.
"
" VIM Version: 7.0+
" Author: Dr. Fritz Mehner (mn), mehner@fh-swf.de
" ... | 00000svn-vim-cfg | trunk/vimfiles/autoload/perlsupportregex.vim | Vim Script | gpl3 | 26,340 |
" Script Name: mark.vim
" Description: Highlight several words in different colors simultaneously.
"
" Copyright: (C) 2005-2008 Yuheng Xie
" (C) 2008-2013 Ingo Karkat
" The VIM LICENSE applies to this script; see ':help copyright'.
"
" Maintainer: Ingo Karkat <ingo@karkat.de>
"
" Dependencies:
" - Se... | 00000svn-vim-cfg | trunk/vimfiles/autoload/mark.vim | Vim Script | gpl3 | 40,937 |
"===============================================================================
"
" File: perlsupportgui.vim
"
" Description: Plugin perl-support: Menu definitions.
"
" VIM Version: 7.0+
" Author: Dr. Fritz Mehner (mn), mehner@fh-swf.de
" Company: FH Südwestfalen, Iserlohn
" Versio... | 00000svn-vim-cfg | trunk/vimfiles/autoload/perlsupportgui.vim | Vim Script | gpl3 | 80,191 |
" Vim color file
" Maintainer: Tiza
" Last Change: 2002/08/28 Wed 00:28.
" version: 1.3
" This color scheme uses a light background.
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "fruit"
hi Normal guifg=#404040 guibg=#f8f8f8
" Search
hi IncS... | 00000svn-vim-cfg | trunk/vimfiles/colors/rainbow_fruit.vim | Vim Script | gpl3 | 2,423 |
" Vim color file
" Maintainer: Gergely Kontra <kgergely@mcl.hu>
" Last Change: 2002. 04. 09.
" I'm a bit red-blind, so if you have suggestions, don't hesitate :)
" ^^^^^^^^^ Sorry, I cannot speak English well, just want to say,
" that in some rare cases I cannot distinguish between some colors
" ... | 00000svn-vim-cfg | trunk/vimfiles/colors/scite.vim | Vim Script | gpl3 | 1,674 |
" Vim color file
" Maintainer: Jani Nurminen <slinky@iki.fi>
" Last Change: $Id: zenburn.vim,v 2.3 2008/07/30 17:34:37 slinky Exp $
" URL: http://slinky.imukuppi.org/zenburnpage/
" License: GPL
"
" Nothing too fancy, just some alien fruit salad to keep you in the zone.
" This syntax file was designed t... | 00000svn-vim-cfg | trunk/vimfiles/colors/zenburn.vim | Vim Script | gpl3 | 10,831 |
" LIGHT colorscheme. The purpose of this colorscheme is to make small
" adjustments to the default.
" Restore default colors
hi clear
set background=light
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "LightDefault"
"hi Normal guifg=black guibg=#D6D3CE
hi Normal guifg=black guibg=ivory3
hi NonT... | 00000svn-vim-cfg | trunk/vimfiles/colors/LightDefault.vim | Vim Script | gpl3 | 471 |
" Vim color file
" Maintainer: Juan frias <juandfrias at gmail dot com>
" Last Change: 2007 Feb 25
" Version: 1.0.1
" URL: http://www.axisym3.net/jdany/vim-the-editor/#eclipse
set background=light
highlight clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "eclipse"
highlight Norma... | 00000svn-vim-cfg | trunk/vimfiles/colors/eclipse.vim | Vim Script | gpl3 | 4,052 |
" Vim color file
" Maintainer: Bryant Casteel
" Web Site: http://bethings.provoplatinum.com
" Last Change: 2004 Jan. 22
" turbo -- Intended to look like the color scheme
" from Borland's Turbo C++ and Turbo Pascal.
set bg=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "t... | 00000svn-vim-cfg | trunk/vimfiles/colors/turbo.vim | Vim Script | gpl3 | 2,997 |
"
" Native Vim Color Scheme
" =======================
"
" author: Armin Ronacher <armin.ronacher@active-4.com>
"
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "native"
" Default Colors
hi Normal guifg=#f2f2f2 guibg=#222222
hi NonText guifg=#444444 guibg=#11... | 00000svn-vim-cfg | trunk/vimfiles/colors/native.vim | Vim Script | gpl3 | 1,318 |
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" File Name: winter.vim
" Abstract: A color sheme file (only for GVIM) which uses a light grey
" background makes the VIM look like the scenes of winter.
" Author: CHE Wenlong <chewenlong AT buaa.edu.cn... | 00000svn-vim-cfg | trunk/vimfiles/colors/winter.vim | Vim Script | gpl3 | 2,399 |
" Vim color file
" Maintainer: Donald Ephraim Curtis <dcurtis@gmail.com>
" Last Change: 09. january 2007.
" URL: http://milkbox.net
" Kate default color themes.
" version 1.1
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name="DevC++"
hi Comment gui=italic ... | 00000svn-vim-cfg | trunk/vimfiles/colors/kate.vim | Vim Script | gpl3 | 2,262 |
" Vim color file
" Maintainer: Michael Piefel <piefel@informatik.hu-berlin.de>
" Last Change: 2001 Aug 16
" Licence: Public Domain
" This color scheme uses a White background. It's based on Bram's
" morning theme, but doesn't try to work for non-GUI editing.
"
" It's supposed to look like the Emacs standard colors, a... | 00000svn-vim-cfg | trunk/vimfiles/colors/emacs.vim | Vim Script | gpl3 | 1,821 |
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" File Name: spring.vim
" Abstract: A color sheme file (only for GVIM), which make the VIM
" bright with colors. It looks like the flowers are in
" blossom in Spring.
" Author: CHE Wenl... | 00000svn-vim-cfg | trunk/vimfiles/colors/spring.vim | Vim Script | gpl3 | 2,428 |
" Vim color file
" Maintainer: tranquility@portugalmail.pt
" Last Change: 5 June 2002
" cool help screens
" :he group-name
" :he highlight-groups
" :he cterm-colors
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name="xemacs"
hi Normal guibg=#cdcecd guifg=black
hi Curs... | 00000svn-vim-cfg | trunk/vimfiles/colors/xemacs.vim | Vim Script | gpl3 | 1,348 |
" Vim color file
" Maintainer: Vladimir Vrzic <random@bsd.org.yu>
" Last Change: 28. june 2003.
" URL: http://galeb.etf.bg.ac.yu/~random/pub/vim/
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name="nedit"
hi Normal guifg=Black guibg=grey90
hi Comment gui=ital... | 00000svn-vim-cfg | trunk/vimfiles/colors/nedit.vim | Vim Script | gpl3 | 693 |
" Maintainer: iyerns <iyerns AT gmail DOT com>
" Last Change: 25 August 2005
" Version:1.0
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name="peppers"
hi Normal guifg=#ffffcc guibg=#003366
hi LineNr guifg=white guibg=#003366
hi Statusline gui=none gu... | 00000svn-vim-cfg | trunk/vimfiles/colors/cloudy.vim | Vim Script | gpl3 | 1,480 |
" Vim color file
" Maintainer: iyerns <iyerns AT gmail DOT com>
"
" Comments are welcome !
" Spammers will be shot. Survivors will be shot again
"
" Last Change: 10 Sep 2005
" Version:1.4
" Changes:Changed background color for better tone
" Comment: Atlast, a professional colorscheme for Vim
" Released by ... | 00000svn-vim-cfg | trunk/vimfiles/colors/professional.vim | Vim Script | gpl3 | 1,941 |
"===============================================================================
"
" File: qf.vim
"
" Description:
"
" VIM Version: 7.0+
" Author: Dr. Fritz Mehner (fgm), mehner.fritz@fh-swf.de
" Organization: FH Südwestfalen, Iserlohn
" Version: 1.0
" Created: 18.02.2012 19:5... | 00000svn-vim-cfg | trunk/vimfiles/ftplugin/qf.vim | Vim Script | gpl3 | 991 |
" Vim filetype plugin file
"
" Language : Perl
" Plugin : perl-support.vim
" Maintainer : Fritz Mehner <mehner@fh-swf.de>
" Revision : $Id: pod.vim,v 1.3 2012/02/20 13:45:03 mehner Exp $
"
" ----------------------------------------------------------------------------
"
" Only do this when not done yet for t... | 00000svn-vim-cfg | trunk/vimfiles/ftplugin/pod.vim | Vim Script | gpl3 | 4,949 |
" Vim filetype plugin file
"
" Language : Perl
" Plugin : perl-support.vim
" Maintainer : Fritz Mehner <mehner@fh-swf.de>
" Revision : $Id: perl.vim,v 1.8 2012/04/15 18:00:54 mehner Exp $
"
" ----------------------------------------------------------------------------
"
" Only do this when not done yet for ... | 00000svn-vim-cfg | trunk/vimfiles/ftplugin/perl.vim | Vim Script | gpl3 | 714 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 1138cl-sync | trunk/client/Properties/AssemblyInfo.cs | C# | gpl3 | 1,448 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace _1138cl_sync_client
{
public partial class Form1 : Form
{
public... | 1138cl-sync | trunk/client/Form1.cs | C# | gpl3 | 400 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace _1138cl_sync_client
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread... | 1138cl-sync | trunk/client/Program.cs | C# | gpl3 | 542 |
using System;
namespace clsyncserver
{
class MainClass
{
public static void Main (string[] args)
{
Console.WriteLine ("Hello World!");
}
}
}
| 1138cl-sync | trunk/server/Main.cs | C# | gpl3 | 154 |
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("1138cl-sync-server")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[... | 1138cl-sync | trunk/server/AssemblyInfo.cs | C# | gpl3 | 987 |
(ns a-thousand-things-to-do.core)
(use '[clojure.java.io :only (reader)])
(use '[clojure-csv.core])
(defstruct album :year :title :artist)
(defn as-album-map [album-data]
(struct-map :year (album-data 0)
:title (album-data 1)
:artist (album-data 2)))
(defn load-album-sequence [file-... | 1001-things-to-do | trunk/src/a_thousand_things_to_do/core.clj | Clojure | mpl11 | 402 |
(defproject a-thousand-things-to-do "1.0.0-SNAPSHOT"
:description "My first experiments with Clojure"
:dependencies [[org.clojure/clojure "1.2.1"]
[clojure-csv "1.2.4"]]
:main a-thousand-things-to-do.core
:dev-dependencies [[lein-eclipse "1.0.0"]]
)
| 1001-things-to-do | trunk/project.clj | Clojure | mpl11 | 277 |
(ns a-thousand-things-to-do.test.core
(:use [a-thousand-things-to-do.core])
(:use [clojure.test]))
(deftest replace-me ;; FIXME: write
(is false "No tests have been written."))
| 1001-things-to-do | trunk/test/a_thousand_things_to_do/test/core.clj | Clojure | mpl11 | 184 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/ServerlistActivity.java | Java | gpl3 | 13,661 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/service/DCCConnection.java | Java | gpl3 | 1,004 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/service/IRCConnection.java | Java | gpl3 | 12,601 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/service/ChatService.java | Java | gpl3 | 7,339 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/HomeActivity.java | Java | gpl3 | 9,520 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/ProfileActivity.java | Java | gpl3 | 20,248 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/ChatActivity.java | Java | gpl3 | 11,182 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/utils/DBProfileManager.java | Java | gpl3 | 9,579 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/utils/ChatMessage.java | Java | gpl3 | 2,306 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/utils/ProfileState.java | Java | gpl3 | 3,316 |
/*
* fIRC - a free IRC client for the Android platform.
* http://code.google.com/p/firc-chat/
*
* Copyright (C) 2008-2011 Laurence Muller <laurence.muller@gmail.com>
* http://www.multigesture.net/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU... | 0skillz63-irc | fIRC3/src/com/falcon4ever/fIRC3/PlaceholderActivity.java | Java | gpl3 | 2,411 |
package org.jared.commons.ui;
/**
* Copyright 2010 Eric Taix (eric.taix@gmail.com) 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 ... | 0skillz63-irc | andro-views/src/org/jared/commons/ui/WorkspaceView.java | Java | gpl3 | 34,047 |
package org.jared.commons.ui;
public interface OnLoadListener {
void onLoad();
}
| 0skillz63-irc | andro-views/src/org/jared/commons/ui/OnLoadListener.java | Java | gpl3 | 85 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
</body>
</html> | 117shiyanshi | trunk/117comManager/jquerylib/index.html | HTML | asf20 | 258 |
<?php
include 'configure.php';
$func = $_POST['func'];
if($func == "addNum") {
$id = $_POST['id'];
$result = mysql_query("select * from components where uid = $id");
if($row = mysql_fetch_array($result)) {
$num = $row["num"];
$num++;
$query = "update components set num = $num where uid ... | 117shiyanshi | trunk/117comManager/function.php | PHP | asf20 | 837 |
<?php
include "configure.php";
htmlhead("添加元件");
htmlheadend();
?>
<?php
if(isset($_GET['posted'])) {
if($_GET['posted'] == "insert") {
if($_GET['type'] == "new") {
$query = "insert into comptype (name) values ('$_GET[newcomptype]')";
if(!mysql_query($query)) die("dabiaozi,databas... | 117shiyanshi | trunk/117comManager/addcomp.php | PHP | asf20 | 3,935 |
/**
*
*/ | 117shiyanshi | trunk/117comManager/js/conf.js | JavaScript | asf20 | 13 |
/**
*
*/
colors = Array("#ffb","#fbf","#bff","#6ff","#ff6","#f6f","#6ff");
color = 0;
$(document).ready(function() {
$(".component").hover(function() {
$("#"+$(this).children(".position").text()).addClass("myhover");
//$("#"+$(this).attr("value")).css("color","#fff");
},function() {
$("#"+$(thi... | 117shiyanshi | trunk/117comManager/js/control.js | JavaScript | asf20 | 2,770 |
<?php
define('ABSPATH', dirname(dirname(__FILE__)) . '\\');
$domain = "";
$jquerylib = $domain . "jQuerylib/jquery-1.4.4.min.js";
$jqueryui = $domain . "jQuerylib/jquery-ui-1.8.9.custom.min.js";
$jslib = $domain . "js";
$jqueryuitheme = $domain . "css/custom-theme3/jquery-ui-1.8.10.custom.css";
... | 117shiyanshi | trunk/117comManager/configure.php | PHP | asf20 | 1,376 |
<?php
include "configure.php";
htmlhead("117元件管理系统");
addjs("control.js");
htmlheadend();
?>
<img src="css/pic/logo.jpg" /><br>
<a href='addcomp.php' title='添加元件' class='yage_button'>添加</a>
<a href='inport.php' title='导入csv文件' class='yage_button'>导入</a>
<a href="export.php" title="导出csv文件" ... | 117shiyanshi | trunk/117comManager/index.php | PHP | asf20 | 1,815 |
<?php
/********************************
* function: jumphtml
* paraments: html location
* return none
*/
function jumphtml($location)
{
echo "<script type='text/javascript'>window.location.replace('" . $domain . $location . "');</script>";
}
function htmlhead($title="undefined",$ui="nui"... | 117shiyanshi | trunk/117comManager/common.php | PHP | asf20 | 2,539 |
<?php
include "configure.php";
$Date = date("Y-m-d");
$Filename = $Date.".csv";
header("Content-type:application/vnd.ms-excel");
header("Content-Disposition:filename=".$Filename);
$query = "select * from comptype";
$result = mysql_query($query);
while ($row = mysql_fetch_array($result))
$typ... | 117shiyanshi | trunk/117comManager/export.php | PHP | asf20 | 661 |
/* CSS Document */
.yage_button {
border:#222 1px solid;
background:#eee;
text-decoration:none;
color:#000;
padding:3px;
cursor:default;
}
.yage_button:hover {
background:#333;
color:#ddd;
}
table {
border-collapse:collapse;
margin:20px 0;
}
td {
border:#222 solid 1px;
}
.compon... | 117shiyanshi | trunk/117comManager/css/all.css | CSS | asf20 | 714 |
.itemline.newline:not(.editing) {
display:none;
}
.list {
width: 100%;
height: 520px;
}
div[property=title] {
width: 200px
}
div[property=type] {
width: 60px
}
div[property=value] {
width: 240px
}
div[property=enabled] {
width: 60px
}
div[property=userAgent] {
width: 70px
}
d... | 007slmg-np-activex | web/editor.css | CSS | mpl11 | 694 |
.list {
width: 800px;
height: 400px;
font-family: Arial, sans-serif;
overflow-x: hidden;
border: 3px solid #0D5995;
background-color: #0D5995;
padding: 1px;
padding-top: 10px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-left-radius: 4px;
border-bottom-r... | 007slmg-np-activex | web/list.css | CSS | mpl11 | 1,865 |
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved.
// Use of this source code is governed by a Mozilla-1.1 license that can be
// found in the LICENSE file.
/*
prop = {
header, // String
property, // String
events, //
type, // checkbox, select, ... | 007slmg-np-activex | web/list.js | JavaScript | mpl11 | 11,700 |
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved.
// Use of this source code is governed by a Mozilla-1.1 license that can be
// found in the LICENSE file.
var baseDir = '/setting/';
var rules = [];
var scripts = [];
var issues = [];
var dirty = false;
function stringHash(str) {
... | 007slmg-np-activex | web/editor.js | JavaScript | mpl11 | 10,902 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"></meta>
<style>
.line {
clear: both;
margin: 4px 0px;
}
.item {
margin: 4px 3px;
float: left;
}
</style>
<script>
var link = "https://chrome.googl... | 007slmg-np-activex | web/share.html | HTML | mpl11 | 3,718 |
<html>
<head>
<link rel="stylesheet" type="text/css" href="list.css" />
<link rel="stylesheet" type="text/css" href="editor.css" />
<link type="text/css" href="jquery-ui-1.8.17.custom.css" rel="stylesheet" />
<script src="jquery-1.7.min.js"></script>
<script src="jquery-ui-1.8.17.custom.min.js">... | 007slmg-np-activex | web/editor.html | HTML | mpl11 | 1,638 |
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved.
// Use of this source code is governed by a Mozilla-1.1 license that can be
// found in the LICENSE file.
List.types.input = function(p, prop) {
p[0].listdata = this;
this.p = p;
var input = this.input = $('<input></input>').addClas... | 007slmg-np-activex | web/listtypes.js | JavaScript | mpl11 | 3,295 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/objectProxy.h | C++ | mpl11 | 2,216 |
comment ?
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.moz... | 007slmg-np-activex | ffactivex/FakeDispatcherWrap.asm | Assembly | mpl11 | 1,879 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/axhost.cpp | C++ | mpl11 | 15,006 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/npactivex.cpp | C++ | mpl11 | 18,363 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/ObjectManager.cpp | C++ | mpl11 | 6,015 |
; Copyright qiuc12@gmail.com
; This file is generated automatically by python. DON'T MODIFY IT!
.386
.model flat
_DualProcessCommandWrap proto
PUBLIC ?fv0@FakeDispatcherBase@@EAGJXZ
PUBLIC ?fv1@FakeDispatcherBase@@EAGJXZ
PUBLIC ?fv2@FakeDispatcherBase@@EAGJXZ
PUBLIC ?fv3@FakeDispatcherBase@@EAGJXZ
PUBLIC ?fv4@... | 007slmg-np-activex | ffactivex/FakeDispatcherBase.asm | Assembly | mpl11 | 32,722 |
// stdafx.cpp : source file that includes just the standard includes
// npactivex.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "npactivex.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| 007slmg-np-activex | ffactivex/stdafx.cpp | C++ | mpl11 | 299 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/atlthunk.h | C | mpl11 | 2,219 |
#include "ScriptFunc.h"
NPClass ScriptFunc::npClass = {
/* version */ NP_CLASS_STRUCT_VERSION,
/* allocate */ ScriptFunc::_Allocate,
/* deallocate */ ScriptFunc::_Deallocate,
/* invalidate */ NULL,
/* hasMethod */ NULL, //Scriptable::_HasMethod,
/* invoke */ NULL, //Scriptable::_Invoke,
/* invokeDe... | 007slmg-np-activex | ffactivex/ScriptFunc.cpp | C++ | mpl11 | 1,507 |
// Copyright qiuc12@gmail.com
// This file is generated autmatically by python. DONT MODIFY IT!
#pragma once
#include <OleAuto.h>
class FakeDispatcher;
HRESULT DualProcessCommand(int commandId, FakeDispatcher *disp, ...);
extern "C" void DualProcessCommandWrap();
class FakeDispatcherBase : public IDispatch {
... | 007slmg-np-activex | ffactivex/FakeDispatcherBase.h | C++ | mpl11 | 7,671 |
comment ?
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.moz... | 007slmg-np-activex | ffactivex/atlthunk_asm.asm | Assembly | mpl11 | 2,081 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/npactivex.h | C | mpl11 | 2,994 |
#pragma once
// The following macros define the minimum required platform. The minimum required platform
// is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
// your application. The macros work by enabling all features available on platform versions up to and
/... | 007slmg-np-activex | ffactivex/targetver.h | C | mpl11 | 1,428 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/ObjectManager.h | C++ | mpl11 | 2,783 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/HTMLDocumentContainer.h | C++ | mpl11 | 17,424 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/scriptable.h | C++ | mpl11 | 4,934 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/FakeDispatcher.h | C++ | mpl11 | 6,240 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/FakeDispatcher.cpp | C++ | mpl11 | 14,416 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/dllmain.cpp | C++ | mpl11 | 7,451 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/variants.h | C | mpl11 | 2,086 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/scriptable.cpp | C++ | mpl11 | 12,450 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/GenericNPObject.h | C++ | mpl11 | 5,100 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/AtlThunk.cpp | C++ | mpl11 | 10,401 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/HTMLDocumentContainer.cpp | C++ | mpl11 | 3,293 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MP... | 007slmg-np-activex | ffactivex/stdafx.h | C | mpl11 | 2,250 |