file_name stringlengths 6 86 | file_path stringlengths 45 249 | content stringlengths 47 6.26M | file_size int64 47 6.26M | language stringclasses 1
value | extension stringclasses 1
value | repo_name stringclasses 767
values | repo_stars int64 8 14.4k | repo_forks int64 0 1.17k | repo_open_issues int64 0 788 | repo_created_at stringclasses 767
values | repo_pushed_at stringclasses 767
values |
|---|---|---|---|---|---|---|---|---|---|---|---|
DialogAttachImage.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/DialogAttachImage.java | package net.sourceforge.fidocadj.dialogs;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import java.io.*;
import javax.imageio.*;
import javax.swing.event.*;
import net.sourceforge.fidocadj.globals.Globals;
import net.sourceforge.fidocadj.dialogs.mindimdialog.MinimumSizeDi... | 19,941 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
BareBonesBrowserLaunch.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/BareBonesBrowserLaunch.java | package net.sourceforge.fidocadj.dialogs;
import javax.swing.JOptionPane;
/**
<b>Bare Bones Browser Launch for Java</b><br>
Utility class to open a web page from a Swing application
in the user's default browser.<br>
Supports: Mac OS X, GNU/Linux, Unix, Windows XP/Vista/7<br>
Example Usage:<code><... | 3,171 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
ParameterDescription.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/ParameterDescription.java | package net.sourceforge.fidocadj.dialogs;
/**
The user should check the parameter type before using. The allowed
parameter types are: (Integer|Double|String|Boolean|Point).
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms... | 1,634 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
CellLayer.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/CellLayer.java | package net.sourceforge.fidocadj.dialogs;
import java.io.*;
import java.awt.*;
import javax.swing.*;
import net.sourceforge.fidocadj.graphic.swing.ColorSwing;
import net.sourceforge.fidocadj.layers.LayerDesc;
/** The class CellLayer is a simple panel showing the color, the visibility
and the description of each ... | 3,568 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
OSKeybPanel.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/OSKeybPanel.java | package net.sourceforge.fidocadj.dialogs;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JPanel;
import ... | 5,962 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
DialogCopyAsImage.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/DialogCopyAsImage.java | package net.sourceforge.fidocadj.dialogs;
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import net.sourceforge.fidocadj.globals.Globals;
import net.sourceforge.fidocadj.graphic.DimensionG;
import net.sourceforge.fidocadj.graphic.PointG;
import net.sourceforge.fidocadj.dialogs.min... | 16,595 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
CellArrow.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/CellArrow.java | package net.sourceforge.fidocadj.dialogs;
import java.io.*;
import java.awt.*;
import javax.swing.*;
import net.sourceforge.fidocadj.primitives.Arrow;
import net.sourceforge.fidocadj.graphic.swing.Graphics2DSwing;
/** The class CellArrow is a simple panel showing the arrow characteristics.
To be used with ArrowC... | 3,046 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
DialogAbout.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/DialogAbout.java | package net.sourceforge.fidocadj.dialogs;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.net.*;
import net.sourceforge.fidocadj.globals.Globals;
import net.sourceforge.fidocadj.dialogs.mindimdialog.MinimumSizeDialog;
/**
Shows a rather standard "About" dialog. Nothing more exotic t... | 5,744 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
LayerInfo.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/LayerInfo.java | package net.sourceforge.fidocadj.dialogs;
/**
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your optio... | 1,084 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
DialogLayer.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/DialogLayer.java | package net.sourceforge.fidocadj.dialogs;
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import net.sourceforge.fidocadj.globals.Globals;
import net.sourceforge.fidocadj.layers.LayerDesc;
import net.sourceforge.fidocadj.dialogs.mindimdialog.MinimumSizeDialog;
import java.util.*;
... | 7,033 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
DialogUtil.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/DialogUtil.java | package net.sourceforge.fidocadj.dialogs;
import java.awt.event.*;
import java.awt.*;
import javax.swing.*;
/** Some routines useful with dialog windows.
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Pub... | 6,208 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
CellDash.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/CellDash.java | package net.sourceforge.fidocadj.dialogs;
import java.io.*;
import java.awt.*;
import javax.swing.*;
import net.sourceforge.fidocadj.globals.Globals;
/** The class CellArrow is a simple panel showing the dash style
characteristics.
To be used with ArrowCellRenderer.
@author Davide Bucci
<pre>
T... | 3,570 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
DialogOptions.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/DialogOptions.java | package net.sourceforge.fidocadj.dialogs;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.io.*;
import net.sourceforge.fidocadj.globals.Globals;
import net.sourceforge.fidocadj.dialogs.mindimdialog.MinimumSizeDialog;
/** The dialogOptions class implements a modal dialog, which allows th... | 24,155 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
DialogExport.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/DialogExport.java | package net.sourceforge.fidocadj.dialogs;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import net.sourceforge.fidocadj.globals.Globals;
import net.sourceforge.fidocadj.graphic.DimensionG;
import net.sourceforge.fidocadj.graphic.PointG;
import net.sourceforge.fidocadj.dialogs.min... | 27,290 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
DialogSymbolize.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/DialogSymbolize.java | package net.sourceforge.fidocadj.dialogs;
import net.sourceforge.fidocadj.circuit.CircuitPanel;
import net.sourceforge.fidocadj.circuit.controllers.EditorActions;
import net.sourceforge.fidocadj.circuit.controllers.ParserActions;
import net.sourceforge.fidocadj.circuit.controllers.SelectionActions;
import net.sourcefo... | 23,018 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
ArrowInfo.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/ArrowInfo.java | package net.sourceforge.fidocadj.dialogs;
/** This class contains information about the arrow style. It is useful
for the automatic generation of the properties dialog.
@author Davide Bucci
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
... | 1,305 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
DashInfo.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/DashInfo.java | package net.sourceforge.fidocadj.dialogs;
/** This class contains some settings about the actual dashing style. It is used
in the automatic primitive characteristics dialog.
@author Davide Bucci
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify... | 1,295 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
LayerCellRenderer.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/LayerCellRenderer.java | package net.sourceforge.fidocadj.dialogs;
import java.awt.*;
import javax.swing.*;
import net.sourceforge.fidocadj.layers.LayerDesc;
/** The class LayerCellRenderer is used in the layer list in order to
show the characteristics of each layer (visibility, color).
<pre>
This file is part of FidoCadJ.
... | 1,944 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
package-info.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/print/package-info.java | /**
Package containing classes for the printing options dialog, as well as
the print preview.
*/
package net.sourceforge.fidocadj.dialogs.print; | 152 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
PrintPreview.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/print/PrintPreview.java | package net.sourceforge.fidocadj.dialogs.print;
import java.io.*;
import java.awt.*;
import java.awt.print.*;
import java.awt.event.*;
import java.awt.image.*;
import java.awt.geom.AffineTransform;
import javax.swing.border.EtchedBorder; // NOPMD (bug in PMD 7.0?)
import javax.swing.BorderFactory; // NOP... | 9,711 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
DialogPrint.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/print/DialogPrint.java | package net.sourceforge.fidocadj.dialogs.print;
import java.awt.*;
import java.awt.event.*;
import java.awt.print.*;
import java.util.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.plaf.basic.BasicArrowButton;
import net.sourceforge.fidocadj.globals.Globals;
import net.sourceforge.fidocadj.... | 25,035 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
package-info.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/mindimdialog/package-info.java | /** Package containing classes dealing with controlling the size of JDialog.
*/
package net.sourceforge.fidocadj.dialogs.mindimdialog; | 134 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
MinimumSizeDialog.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/dialogs/mindimdialog/MinimumSizeDialog.java | package net.sourceforge.fidocadj.dialogs.mindimdialog;
import javax.swing.*;
import java.awt.event.*;
/** Implements a dialog having a minimum size.
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public Licen... | 2,999 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
package-info.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/package-info.java | /** Package providing a model (database) as well as a representation of
libraries.
MacroDesc class (currently in the primitives package) will be moved
here in the future.
*/
package net.sourceforge.fidocadj.librarymodel;
| 233 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
LibraryModel.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/LibraryModel.java | package net.sourceforge.fidocadj.librarymodel;
import java.util.*;
import java.io.FileNotFoundException;
import java.io.IOException;
import net.sourceforge.fidocadj.undo.UndoActorListener;
import net.sourceforge.fidocadj.circuit.model.DrawingModel;
import net.sourceforge.fidocadj.globals.LibUtils;
import net.sourcefo... | 21,379 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
Library.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/Library.java | package net.sourceforge.fidocadj.librarymodel;
import java.util.*;
/** The Library class provides a set of methods to manipulate
libraries.
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published ... | 4,410 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
Category.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/Category.java | package net.sourceforge.fidocadj.librarymodel;
import java.util.*;
import net.sourceforge.fidocadj.primitives.MacroDesc;
/** The Category class provides a set of methods to manipulate
categories in a library.
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify... | 3,752 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
package-info.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/utils/package-info.java | /**
Various general purpose classes for libraries.
*/
package net.sourceforge.fidocadj.librarymodel.utils;
| 112 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
LibraryUndoExecutor.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/utils/LibraryUndoExecutor.java | package net.sourceforge.fidocadj.librarymodel.utils;
import java.io.*;
import net.sourceforge.fidocadj.undo.LibraryUndoListener;
import net.sourceforge.fidocadj.globals.FileUtils;
import net.sourceforge.fidocadj.globals.LibUtils;
import net.sourceforge.fidocadj.librarymodel.LibraryModel;
import net.sourceforge.fidoca... | 2,455 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
CircuitPanelUpdater.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/utils/CircuitPanelUpdater.java | package net.sourceforge.fidocadj.librarymodel.utils;
import net.sourceforge.fidocadj.circuit.CircuitPanel;
import net.sourceforge.fidocadj.circuit.controllers.ParserActions;
import net.sourceforge.fidocadj.circuit.model.DrawingModel;
import net.sourceforge.fidocadj.librarymodel.event.LibraryListener;
import net.source... | 2,941 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
package-info.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/event/package-info.java | /**
Package for handling events on the libraries.
TODO: improve documentation of this package: what is the general
philosophy? How are the classes interacting together? What is the
relation between a "node" and an element in a directory?
*/
package net.sourceforge.fidocadj.librarymodel.event;
| 310 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
AddEvent.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/event/AddEvent.java | package net.sourceforge.fidocadj.librarymodel.event;
/** Event handling in library editing: add a node to a library.
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foun... | 1,554 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
RemoveEvent.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/event/RemoveEvent.java | package net.sourceforge.fidocadj.librarymodel.event;
/** Remove event data on a library.
This file is part of FidoCadJ.
<pre>
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either v... | 1,611 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
RenameEvent.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/event/RenameEvent.java | package net.sourceforge.fidocadj.librarymodel.event;
/** Rename event containing data.
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of th... | 1,857 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
LibraryListener.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/event/LibraryListener.java | package net.sourceforge.fidocadj.librarymodel.event;
/** Interface for a listener of events on library.
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foun... | 1,627 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
KeyChangeEvent.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/event/KeyChangeEvent.java | package net.sourceforge.fidocadj.librarymodel.event;
/** Key changed during library operations.
I.e. the action of changing the key of a macro.
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as publish... | 1,961 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
LibraryListenerAdapter.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/librarymodel/event/LibraryListenerAdapter.java | package net.sourceforge.fidocadj.librarymodel.event;
/**
Adapter class of LibraryListener interface.
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foun... | 1,858 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
UndoState.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/undo/UndoState.java | package net.sourceforge.fidocadj.undo;
/** Track the undo/redo state.
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the Lic... | 2,015 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
package-info.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/undo/package-info.java | /** Everything which is needed to implement a undo buffer.
*/
package net.sourceforge.fidocadj.undo; | 101 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
LibraryUndoListener.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/undo/LibraryUndoListener.java | package net.sourceforge.fidocadj.undo;
/** Interface used to callback notify that an undo action on libraries should
be performed.
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as publ... | 1,119 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
UndoManager.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/undo/UndoManager.java | package net.sourceforge.fidocadj.undo;
import java.util.*;
/**
Implementation of a circular buffer of the given size.
This is tailored in particular for the undo/redo system.
The choice of the circular buffer is reasonable since one expects that
in the classical undo systems the very old states are ov... | 4,578 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
UndoActorListener.java | /FileExtraction/Java_unseen/DarwinNE_FidoCadJ/src/net/sourceforge/fidocadj/undo/UndoActorListener.java | package net.sourceforge.fidocadj.undo;
/** Interface used to callback notify that an undo action on libraries should
be performed.
<pre>
This file is part of FidoCadJ.
FidoCadJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as publishe... | 1,211 | Java | .java | DarwinNE/FidoCadJ | 107 | 39 | 47 | 2015-07-26T02:26:30Z | 2023-12-01T11:46:47Z |
C64_1.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/C64_1.java | /**
* @(#)C64.java 1999/09/19
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 8,581 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
UtTest4.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/UtTest4.java | package debug;
import sw_emulator.hardware.cpu.*;
import sw_emulator.hardware.bus.*;
import sw_emulator.hardware.memory.*;
import sw_emulator.util.*;
import sw_emulator.software.machine.*;
public class UtTest4 {//extends M6510 {
public C64Dasm dasm;
public ROM kernal;
public ROM basic;
/**
public UtTest4(M... | 875 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
T.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/T.java | // test the disassembler of C64
package sw_emulator;
import sw_emulator.software.machine.*;
import java.io.*;
public class T {
public C64Dasm dis=new C64Dasm();
public FileInputStream fi;
public FileOutputStream fo;
public byte[] buffer=new byte[123456];
public String result;
public File fin;
public File f... | 1,308 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Test4.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/Test4.java | // test M6510 emulation in a simple C64 memory map
package sw_emulator;
import sw_emulator.hardware.cpu.*;
import sw_emulator.hardware.memory.*;
import sw_emulator.hardware.bus.*;
import sw_emulator.hardware.*;
public class Test4 {
/**
* Path where the roms images are stored
*/
public static final String RO... | 2,350 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Test1.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/Test1.java | // test the disassembler of M6510
package sw_emulator;
import java.io.*;
import sw_emulator.software.cpu.M6510Dasm;
import sw_emulator.math.Unsigned;
import java.lang.*;
public class Test1 {
M6510Dasm dis=new M6510Dasm();
public Test1() {
byte[] buf={0,0,0, 0, 0, 0, 0};
int pos=0;
long pc=644;
f... | 814 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
TestTV.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/TestTV.java | package debug;
import sw_emulator.hardware.device.raster;
import sw_emulator.hardware.device.TV;
class TestTV
implements Runnable
{
raster tv;
public void Main()
{
tv = new TV();
}
public void run()
{
Thread runner = Thread.currentThread();
while(true)
{
for(int i=0;i<200;i++)
... | 913 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
C64_test.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/C64_test.java | /**
* @(#)C64.java 1999/09/19
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 9,921 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Test3.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/Test3.java | // test M6510 emulation in a simple C64 memory map
package debug;
import sw_emulator.hardware.cpu.*;
import sw_emulator.hardware.memory.*;
import sw_emulator.hardware.bus.*;
import sw_emulator.hardware.io.*;
import sw_emulator.util.*;
import sw_emulator.hardware.*;
public class Test3 {
/**
* Path where the roms... | 2,450 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
TestTV2.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/TestTV2.java | package debug;
import sw_emulator.hardware.device.raster;
import sw_emulator.hardware.device.TV;
import java.io.*;
class TestTV2
{
raster tv;
public TestTV2()
{
tv=new TV();
byte[] charData = load("data/char.rom");
write(charData);
//tv.updateFrame();
tv.displayCurrentFrame();
}
static byte[] load... | 1,640 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Test2.java | /FileExtraction/Java_unseen/ice00_jc64/src/debug/Test2.java | // test the disassembler of C64
package sw_emulator;
import sw_emulator.software.machine.*;
import java.io.*;
public class Test2 {
public C64Dasm dis=new C64Dasm();
public FileInputStream fi;
public FileOutputStream fo;
public byte[] buffer=new byte[123456];
public String result;
public File fin;
public Fi... | 1,329 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
FileDasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/FileDasm.java | /**
* @(#)FileDasm.java 2001/05/05
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F... | 14,051 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
MemoryDasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/MemoryDasm.java | /**
* @(#)memoryState.java 2019/12/21
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th... | 6,306 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Assembler.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/Assembler.java | /**
* @(#)Assembler 2020/11/01
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free ... | 313,103 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
SidFreq.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/SidFreq.java | /*
* @(#)SidFreq.java 2019/12/30
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr... | 50,774 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
BasicDetokenize.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/BasicDetokenize.java | /**
* @(#)DataTypejava 2020/10/18
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr... | 60,826 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Disassembly.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/Disassembly.java | /**
* @(#)Disassembly 2019/12/15
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fre... | 54,271 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
SidId.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/SidId.java | /*
* @(#)SidId.java 2023/06/12
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free... | 7,810 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Compiler.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/asm/Compiler.java | /**
* @(#)compiler 2020/12/19
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 14,023 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
FileCartridge.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/cartridge/FileCartridge.java | /**
* @(#)FileCartridge.java 2000/06/30
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* ... | 7,363 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
PulseSawtooth.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/PulseSawtooth.java | package sw_emulator.software.sidid;
/**
*
* @author stefano_tognon
*/
public class PulseSawtooth {
public static final char PulseSawtooth [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,... | 25,383 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Memory.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/Memory.java | /**
* @(#)Memory.java 2023/04/07
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fre... | 3,648 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
CRSID.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/CRSID.java | /**
* @(#)cRSID.java 2023/03/19
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fre... | 10,196 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
SID.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/SID.java | /**
* @(#)SID.java 2023/03/19
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free ... | 57,751 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
PSID.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/PSID.java | /**
* @(#)PSID64.java 2023/03/19
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 9,121 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
PulseTriangle.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/PulseTriangle.java | package sw_emulator.software.sidid;
/**
*
* @author stefano_tognon
*/
public class PulseTriangle {
public static final char PulseTriangle [] = { //can be substituted by PulseSaw with mirroring the upper half (like with triangle-waveform)
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x... | 25,476 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
PulseSawTriangle.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/PulseSawTriangle.java | package sw_emulator.software.sidid;
/**
*
* @author stefano_tognon
*/
public class PulseSawTriangle {
public static final char PulseSawTriangle [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,... | 25,391 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
CPU.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/CPU.java | /**
* @(#)cRSID.java 2023/03/19
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free So... | 27,920 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
CIA.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/CIA.java | /**
* @(#)CIA.java 2023/03/19
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Soft... | 7,687 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
VIC.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/VIC.java | /**
* @(#)VIC.java 2023/03/19
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free ... | 4,363 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
SawTriangle.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/SawTriangle.java | package sw_emulator.software.sidid;
/**
*
* @author stefano_tognon
*/
public class SawTriangle {
public static final char SawTriangle [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0... | 25,379 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
C64.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/sidid/C64.java | /**
* @(#)C64.java 2023/03/19
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Soft... | 27,496 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
MemoryFlags.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/memory/MemoryFlags.java | /**
* @(#)MemoryFlags.java 2003/10/13
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th... | 5,939 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
memoryState.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/memory/memoryState.java | /**
* @(#)memoryState.java 2003/10/13
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th... | 1,930 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Patch.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/memory/Patch.java | /**
* @(#)Patch.java 1999/10/18
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free... | 2,213 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
KernalPatcher.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/memory/KernalPatcher.java | /**
* @(#)KernalPatcher.java 1999/10/18
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* ... | 27,666 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Z80Dasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/cpu/Z80Dasm.java | /**
* @(#)Z80Dasm.java 2022/02/03
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr... | 160,799 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
disassembler.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/cpu/disassembler.java | /**
* @(#)disassembler.java 1999/08/20
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* t... | 3,104 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
M6510Dasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/cpu/M6510Dasm.java | /**
* @(#)M6510Dasm.java 1999/08/20
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the ... | 31,911 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
CpuDasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/cpu/CpuDasm.java | /**
* @(#)CpuDasm.java 2022/02/04
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr... | 17,275 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
I8048Dasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/cpu/I8048Dasm.java | /**
* @(#)I8048Dasm.java 2024/04/11
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the ... | 31,814 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
UserEvent.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/device/UserEvent.java | /**
* @(#)UserEvent.java 2000/05/02
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the ... | 15,879 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
C64SidDasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/machine/C64SidDasm.java | /**
* @(#)C64SidDasm.java 2001/05/05
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the... | 4,184 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
OdysseyDasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/machine/OdysseyDasm.java | /**
* @(#)OdysseyDasm.java 2024/04/17
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th... | 7,651 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
C64Dasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/machine/C64Dasm.java | /**
* @(#)C64Dasm.java 1999/08/21
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr... | 126,319 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
C128Dasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/machine/C128Dasm.java | /**
* @(#)C128Dasm.java 2020/10/11
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F... | 238,088 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
CVic20Dasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/machine/CVic20Dasm.java | /**
* @(#)C128Dasm.java 2020/10/11
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F... | 105,374 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
C1541Dasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/machine/C1541Dasm.java | /**
* @(#)C1541Dasm.java 2020/10/05
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the ... | 103,144 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
CPlus4Dasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/machine/CPlus4Dasm.java | /**
* @(#)C128Dasm.java 2020/10/11
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F... | 65,585 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
AtariDasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/machine/AtariDasm.java | /**
* @(#)AtariDasm.java 2022/12/08
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the ... | 77,305 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
C64MusDasm.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/software/machine/C64MusDasm.java | /**
* @(#)C64MusDasm.java 2001/07/14
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the... | 27,128 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Unsigned.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/math/Unsigned.java | /**
* @(#)Unsigned.java 1999/08/21
*
* ICE Team Free Software Group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F... | 1,637 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Shared.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/swing/Shared.java | /**
* @(#)Shared.java 2021/04/17
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fre... | 3,729 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
JAboutDialog.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/swing/JAboutDialog.java | /**
* @(#)JAboutDialog.java 2019/12/29
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
... | 7,210 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
JASPanel.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/swing/JASPanel.java | /**
* @(#)JASPanel 2024/04/19
*
* ICE Team free software group
*
* This file is part of C64 Java Software Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 71,019 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
JBlockDialog.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/swing/JBlockDialog.java | /**
* @(#)JBlockHiDialog.java 2024/04/13
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
... | 20,890 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
JPanelPerc.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/swing/JPanelPerc.java | /**
* @(#)JPercPanel.java 2019/12/29
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* ... | 4,132 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
JPlayerDialog.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/swing/JPlayerDialog.java | /**
* @(#)JPlayerDialog.java 2023/04/07
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*... | 15,012 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
JCreditsDialog.java | /FileExtraction/Java_unseen/ice00_jc64/src/sw_emulator/swing/JCreditsDialog.java | /**
* @(#)JCreditsDialog.java 2019/12/29
*
* ICE Team free software group
*
* This file is part of JIIT64 Java Ice Team Tracker 64
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by... | 4,269 | Java | .java | ice00/jc64 | 43 | 6 | 0 | 2019-11-30T14:02:48Z | 2024-05-05T18:41:15Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.