text
stringlengths
0
14.1k
</pre>
</div>
</main>
</body>
</html>
" mit
iQuarc/Code-Design-Training DesignPatterns/ConsoleDemo/Visitor/v0/CommandsManager.cs 440 "using System.Collections.Generic;
namespace ConsoleDemo.Visitor.v0
{
public class CommandsManager
{
readonly List<object> items = new List<object>();
// The client class has a structure (a list in this case) of items (commands).
// The client knows how to iterate through the structure
// The client would need to do different operations on the items from the structure when iterating it
}
}" mit
ink-iiitd/ink-iiitd.github.io index.html 142 "---
layout: page_home
title: Home
headerline: Design Club at IIIT-Delhi
headerlinelink: /about/
newslink: /news/
projectslink: /projects/
---
" mit
mpandolfelli/papelera js/function.js 5520 "var contenedor = {};
var json = [];
var json_active = [];
var timeout;
var result = {};
$(document).ready(function() {
$('#buscador').keyup(function() {  
if (timeout) {    
clearTimeout(timeout);    
timeout = null;  
}