100+ results for 'rui carmo'
Not the results you expected?
netgrowl.py (https://github.com/timc3/netgrowl.git) Python · 188 lines
CarModelPresenter.cs (https://bitbucket.org/tkestowicz/solidworkshop.git) C# · 174 lines
58 // Sprawdzamy, czy wpis jest unikalny
59 var query = from o in db.CarModels where o.ModelName == _View.ModelName && o.CarBrandId== _View.BrandId && o.CarModelId != ID select o;
61 // Jeżeli wpis nie jest unikalny
68 {
69 // Dodajemy nowy wpis do bazy
70 db.CarModels.AddObject(new Model.CarModel() {
71 ModelName = _View.ModelName,
72 CarBrandId = (int)_View.BrandId
76 {
77 // Pobieramy rekord z bazy żeby wprowadzić nowe dane
78 var record = (from o in db.CarModels where o.CarModelId == ID select o).Single();
80 record.ModelName = _View.ModelName;
items.h (https://github.com/lantus/devilution-nx.git) C Header · 139 lines
6 extern int uitemflag;
7 extern int itemavail[MAXITEMS];
8 extern ItemStruct curruitem;
9 extern ItemGetRecordStruct itemrecord[MAXITEMS];
10 extern ItemStruct item[MAXITEMS + 1];
120 int ItemNoFlippy();
121 void CreateSpellBook(int x, int y, int ispell, BOOL sendmsg, int delta);
122 void CreateMagicArmor(int x, int y, int imisc, int icurs, BOOL sendmsg, int delta);
123 void CreateMagicWeapon(int x, int y, int imisc, int icurs, BOOL sendmsg, int delta);
124 BOOL GetItemRecord(int nSeed, WORD wCI, int nIndex);
netgrowl.py (https://github.com/philips/cheekh.git) Python · 112 lines
VehicleMission.cpp (https://github.com/OrebroUniversity/navigation_oru-release.git) C++ · 167 lines
11 #include "orunav_motion_planner/UnicycleModel.h"
12 #include "orunav_motion_planner/CarModel.h"
13 #include "orunav_motion_planner/LHDModel.h"
14 #include "orunav_motion_planner/CarConfiguration.h"
89 delete dummypoint;
91 if (dynamic_cast<CarModel*> (m)) {
92 start_ = new CarConfiguration(startXcell, startYcell, startOrientationID, startSteeringID, this);
93 goal_ = new CarConfiguration(goalXcell, goalYcell, goalOrientationID, goalSteeringID, this);
CarModel.java (https://bitbucket.org/lp/programming-multiactivities.git) Java · 208 lines
35 * $$PROACTIVE_INITIAL_DEV$$
36 */
37 package org.objectweb.proactive.examples.cruisecontrol;
39 import org.objectweb.proactive.extensions.annotation.ActiveObject;
44 */
45 @ActiveObject
46 public class CarModel implements org.objectweb.proactive.RunActive {
48 /** constants representing the ACTIVE state of the car */
84 /** No arg-constructor */
85 public CarModel() {
86 }
CalculateRouteRequestMarshaller.java (https://github.com/aws/aws-sdk-android.git) Java · 166 lines
SampleCatalogService.cs (https://github.com/SteveSandersonMS/presentation-2019-06-NDCOslo.git) C# · 200 lines
11 var result = new ProductCatalog
12 {
13 Models = new List<CarModel>
14 {
15 new CarModel
94 }
95 },
96 new CarModel
97 {
98 Name = "8 System",
165 new BooleanCustomization
166 {
167 Name = "Intelligent cruise control pack",
168 Description = "Automatic lane keeping and speed control",
169 Price = 1500,
UIMainIngameWnd.h (https://github.com/Armada651/xray.git) C Header · 167 lines
38 CUIStatic UIStaticDiskIO;
39 // CUIStatic UIStaticHealth;
40 // CUIStatic UIStaticArmor;
41 CUIStatic UIStaticQuickHelp;
42 // CUIProgressBar UIHealthBar;
123 protected:
124 void SetWarningIconColorUI (CUIStatic* s, const u32 cl);
125 void InitFlashingIcons (CUIXml* node);
126 void DestroyFlashingIcons ();
index.yml (https://github.com/MicrosoftDocs/azure-docs.zh-cn.git) YAML · 93 lines
CromCAN.java (https://github.com/SCI2SUGR/KEEL.git) Java · 173 lines
CarControlPresenter.cs (https://bitbucket.org/tkestowicz/solidworkshop.git) C# · 157 lines
masterlist.txt (http://better-oblivion-sorting-software.googlecode.com/svn/) Plain Text · 5744 lines
car.capnp.h (https://gitlab.com/jerdog/openpilot) C Header · 319 lines
283 void cereal_write_CarState(const struct cereal_CarState*, cereal_CarState_ptr);
284 void cereal_write_CarState_WheelSpeeds(const struct cereal_CarState_WheelSpeeds*, cereal_CarState_WheelSpeeds_ptr);
285 void cereal_write_CarState_CruiseState(const struct cereal_CarState_CruiseState*, cereal_CarState_CruiseState_ptr);
286 void cereal_write_CarState_ButtonEvent(const struct cereal_CarState_ButtonEvent*, cereal_CarState_ButtonEvent_ptr);
287 void cereal_write_RadarState(const struct cereal_RadarState*, cereal_RadarState_ptr);
305 void cereal_set_CarState(const struct cereal_CarState*, cereal_CarState_list, int i);
306 void cereal_set_CarState_WheelSpeeds(const struct cereal_CarState_WheelSpeeds*, cereal_CarState_WheelSpeeds_list, int i);
307 void cereal_set_CarState_CruiseState(const struct cereal_CarState_CruiseState*, cereal_CarState_CruiseState_list, int i);
308 void cereal_set_CarState_ButtonEvent(const struct cereal_CarState_ButtonEvent*, cereal_CarState_ButtonEvent_list, int i);
309 void cereal_set_RadarState(const struct cereal_RadarState*, cereal_RadarState_list, int i);
310 void cereal_set_RadarState_RadarPoint(const struct cereal_RadarState_RadarPoint*, cereal_RadarState_RadarPoint_list, int i);
311 void cereal_set_CarControl(const struct cereal_CarControl*, cereal_CarControl_list, int i);
312 void cereal_set_CarControl_CruiseControl(const struct cereal_CarControl_CruiseControl*, cereal_CarControl_CruiseControl_list, int i);
313 void cereal_set_CarControl_HUDControl(const struct cereal_CarControl_HUDControl*, cereal_CarControl_HUDControl_list, int i);
314 void cereal_set_CarParams(const struct cereal_CarParams*, cereal_CarParams_list, int i);
observer.md (https://github.com/davidgf/design-patterns-in-ruby.git) Markdown · 133 lines
3 ## Problema
4 Nós queremos construir um sistema que é altamente integrado, isso é, um sistema
5 onde cada parte é consciente do estado do todo. Nós também querems que isso
6 seja manutenível, então nós deveríamos evitar acoplamento entre classes.
27 manter o sistema de folha de pagamentos informado sobre qualquer modificação.
28 O jeito mais simples de alcançar isso é passando uma referência para a
29 folha de pagamentos e informar sempre que nós modificarmos o salário do
30 funcionário:
tevent.sql (git://pkgs.fedoraproject.org/virtuoso-opensource) SQL · 119 lines
26.Iteradores.md (https://github.com/the-akira/Python-Iluminado.git) Markdown · 149 lines
1 # Iteradores
3 Iteradores são objetos que podem ser iterados. Nesse guia vamos estudá-los e aprender como eles funcionam construindo um iterador usando os métodos `__iter__` e `__next__`.
5 - Um objeto iterável é um objeto que implementa `__iter__`, que deve retornar um objeto iterador.
96 ## StopIteration
98 O exemplo acima pode ser executado infinitamente, especialmente se aplicarmos um **for loop**. Para previnirmos que a iteração ocorra eternamente, podemos usar o comando **StopIteration** no método `__next__()`, nós podemos adicionar a condição de término para que o erro seja disparado caso a iteração ultrapasse a condição.
100 ```python
PoseMarkers.stories.js (https://github.com/cruise-automation/webviz.git) JavaScript · 85 lines
1 // @flow
2 //
3 // Copyright (c) 2019-present, Cruise LLC
4 //
5 // This source code is licensed under the Apache License, Version 2.0,
52 },
53 };
54 const markerWithCarModel = {
55 ...MARKER_DATA,
56 pose: {
69 cameraMode="perspective"
70 hideDebug>
71 <PoseMarkers>{[marker, markerWithoutColor, markerWithSettings, markerWithCarModel]}</PoseMarkers>
72 </Worldview>
73 );
README.md (https://github.com/DamienP33/express-mongoose-generator.git) Markdown · 262 lines
52 Generate Rest (yes/no) ? [yes] :
53 Files tree generation grouped by Type or by Module (t/m) ? [t] :
54 create: ./models/carModel.js
55 create: ./routes/carsRoutes.js
56 create: ./controllers/carController.js
59 ## Rendering
60 ### Model
61 models/carModel.js :
62 ```javascript
63 const mongoose = require('mongoose');
115 controllers/carController.js :
116 ```javascript
117 const carModel = require('../models/carModel.js');
119 /**
RunnerForPartB.java (https://bitbucket.org/meleshko_oleg/epam_training_2018.git) Java · 69 lines
1 import partB.analyzers.CarAnalyzer;
2 import partB.enums.CarModel;
3 import partB.enums.Color;
4 import partB.objects.Car;
13 // N1
14 Car bmw5 = new Car(CarModel.BMW, 1550, 5, Color.BLACK, "Germany");
15 Car _bmw5 = new Car(CarModel.BMW, 1550, 5, Color.BLACK, "Germany");
19 // N2
20 Car bmw3 = new Car(CarModel.BMW, 1110, 4, Color.BLUE, "Germany");
21 Car _bmw3 = new Car(CarModel.BMW, 1110, 4, Color.BLUE, new String("Germany"));
25 // N3
26 Car audiA8 = new Car(CarModel.AUDI, 1950, 5, Color.WHITE, "Brazil");
27 Car _audiA8 = new Car(CarModel.AUDI, 1950, 5, Color.GREY, "Brazil");
snippet.py (https://github.com/gistable/gistable.git) Python · 44 lines
run_rules.sh (https://github.com/devonjones/PSRD-Parser.git) Shell · 366 lines
73 ./rules_parse.py -o $DATA_DIR -b "Advanced Class Guide" -t "Cavalier" $WEB_DIR/pathfinderRPG/prd/advancedClassGuide/classOptions/cavalier.html
74 ./rules_parse.py -o $DATA_DIR -b "Advanced Class Guide" -t "Cleric" $WEB_DIR/pathfinderRPG/prd/advancedClassGuide/classOptions/cleric.html
75 ./rules_parse.py -o $DATA_DIR -b "Advanced Class Guide" -t "Druid" $WEB_DIR/pathfinderRPG/prd/advancedClassGuide/classOptions/druid.html
76 ./rules_parse.py -o $DATA_DIR -b "Advanced Class Guide" -t "Fighter" $WEB_DIR/pathfinderRPG/prd/advancedClassGuide/classOptions/fighter.html
77 ./rules_parse.py -o $DATA_DIR -b "Advanced Class Guide" -t "Gunslinger" $WEB_DIR/pathfinderRPG/prd/advancedClassGuide/classOptions/gunslinger.html
116 ./rules_parse.py -o $DATA_DIR -b "Advanced Player's Guide" -t "Bard" $WEB_DIR/pathfinderRPG/prd/advanced/coreClasses/bard.html
117 ./rules_parse.py -o $DATA_DIR -b "Advanced Player's Guide" -t "Cleric" $WEB_DIR/pathfinderRPG/prd/advanced/coreClasses/cleric.html
118 ./rules_parse.py -o $DATA_DIR -b "Advanced Player's Guide" -t "Druid" $WEB_DIR/pathfinderRPG/prd/advanced/coreClasses/druid.html
119 ./rules_parse.py -o $DATA_DIR -b "Advanced Player's Guide" -t "Fighter" $WEB_DIR/pathfinderRPG/prd/advanced/coreClasses/fighter.html
120 ./rules_parse.py -o $DATA_DIR -b "Advanced Player's Guide" -t "Monk" $WEB_DIR/pathfinderRPG/prd/advanced/coreClasses/monk.html
142 ./rules_parse.py -o $DATA_DIR -b "Ultimate Magic" -t "Bard" $WEB_DIR/pathfinderRPG/prd/ultimateMagic/spellcastingClassOptions/bard.html
143 ./rules_parse.py -o $DATA_DIR -b "Ultimate Magic" -t "Cleric" $WEB_DIR/pathfinderRPG/prd/ultimateMagic/spellcastingClassOptions/cleric.html
144 ./rules_parse.py -o $DATA_DIR -b "Ultimate Magic" -t "Druid" $WEB_DIR/pathfinderRPG/prd/ultimateMagic/spellcastingClassOptions/druid.html
145 ./rules_parse.py -o $DATA_DIR -b "Ultimate Magic" -t "Inquisitor" $WEB_DIR/pathfinderRPG/prd/ultimateMagic/spellcastingClassOptions/inquisitor.html
146 ./rules_parse.py -o $DATA_DIR -b "Ultimate Magic" -t "Magus" $WEB_DIR/pathfinderRPG/prd/ultimateMagic/spellcastingClassOptions/magus.html
PoseMarkers.js (https://github.com/cruise-automation/webviz.git) JavaScript · 139 lines
1 // @flow
2 //
3 // Copyright (c) 2019-present, Cruise LLC
4 //
5 // This source code is licensed under the Apache License, Version 2.0,
18 } from "regl-worldview";
20 import CarModel from "./CarModel";
21 import carOutlinePoints from "./CarModel/carOutline.json";
63 if (settings?.addCarOutlineBuffer) {
64 otherMarkers.push(
65 <FilledPolygons layerIndex={layerIndex} key={`cruise-pose-${i}`}>
66 {[
67 {
79 case "car-outline": {
80 otherMarkers.push(
81 <FilledPolygons layerIndex={layerIndex} key={`cruise-pose-${i}`}>
82 {[
83 {
iobservadormarcadoarea.h (https://github.com/gerddie/ginkgocadx.git) C Header · 110 lines
43 virtual void OnPoligonoCreado(GNC::GCS::Widgets::WMarcadoArea* pPoligono) = 0;
44 virtual void OnPoligonoModificado(GNC::GCS::Widgets::WMarcadoArea* pPoligono) = 0;
45 virtual void OnPoligonoDestruido(GNC::GCS::Widgets::WMarcadoArea* pPoligono) = 0;
46 virtual void OnKeyEvent(GNC::GCS::Events::EventoTeclado & evt) = 0;
47 };
84 }
86 virtual void NotificarModificacion(WMarcadoArea* pWidget)
87 {
88 if (m_pObservadorMarcado != NULL) {
94 {
95 if (m_pObservadorMarcado != NULL) {
96 m_pObservadorMarcado->OnPoligonoDestruido(pWidget);
97 }
98 }
gamelevel.js (https://github.com/cjcliffe/CubicVR.js.git) JavaScript · 180 lines
5 // var scene = CubicVR.loadCollada("../models/collada/sportscar/car1.dae","../models/collada/sportscar/");
7 var carModel = scene.getSceneObject(meshName).getMesh();
8 // var carModel = scene.getSceneObject("car1").getMesh();
11 var envTex = new CubicVR.Texture("../images/fract_reflections.jpg");
13 for (var i= 0; i < carModel.materials.length; i++) {
14 var mat = carModel.materials[i];
IndexController.java (https://gitlab.com/rizomm/Technical-Project.git) Java · 181 lines
22 import com.cargodenuit.business.service.BrandService;
23 import com.cargodenuit.business.service.CarService;
24 import com.cargodenuit.business.service.CarmodelService;
25 import com.cargodenuit.business.service.FuelService;
26 import com.cargodenuit.business.service.UserRolesService;
51 private CarService carService;
52 @Resource
53 private CarmodelService carmodelService;
54 @Resource
55 private FuelService fuelService;
85 /**
86 * On construit le form pour créer un user
87 */
88 User user = new User();
pt_pt.yaml (https://github.com/Felienne/hedy.git) YAML · 98 lines
33 ## O que se segue?
34 É uma pena só conseguires criar frases em que o nome do personagem principal aparece no final, certo? Depois de praticarmos com esta história, prossegue para o nível 2 e, a seguir, para o nível 3, onde podes criar programas cada vez mais complexos.
36 start_code: "print A tua história começa aqui"
80 Podes ter notado que ainda existe um erro no nível 2.
82 Por acaso, tentaste construir uma frase que continha a palavra nome? E.g. `print o meu nome é nome`.
84 Não funciona nada bem! O que obténs: o meu Manuel é Manuel. Podes consertar isto no nível 3.
index.php (https://github.com/dme/newspipe.git) PHP · 30 lines
1 <script language="php">
2 // ======================================================================
3 // $Id: index.php,v 1.5 2005/12/01 18:47:43 rcarmo Exp $
4 //
5 // WebPipe main index
6 //
7 // Copyright (C) 2005 Rui Carmo, http://the.taoofmac.com
8 //
9 // This program is free software; you can redistribute it and/or modify
README.md (https://gitlab.com/wamburu/iojs-pt) Markdown · 47 lines
29 * Guilherme J. Tramontina ([@gtramontina](https://github.com/gtramontina))
30 * Gustavo Henke ([@gustavohenke](https://github.com/gustavohenke))
31 * João Carmona ([@jpcarmona](https://github.com/jpcarmona))
32 * Jonathan Cardoso Machado ([@jcmais](https://github.com/JCMais))
33 * Rogério Vicente ([@rogeriopvl](https://github.com/rogeriopvl))
34 * Rui Marinho ([@ruimarinho](https://github.com/ruimarinho))
35 * Rui Quelhas ([@ruiquelhas](https://github.com/ruiquelhas))
netgrowl.py (https://github.com/mutru/growl.git) Python · 132 lines
CarSearchControl.Designer.cs (https://bitbucket.org/tkestowicz/solidworkshop.git) C# · 324 lines
184 this.comboBoxCarColor.ValueMember = "Value";
185 //
186 // comboBoxCarModel
187 //
188 this.comboBoxCarModel.DisplayMember = "Value";
191 this.comboBoxCarModel.Location = new System.Drawing.Point(145, 73);
192 this.comboBoxCarModel.Name = "comboBoxCarModel";
193 this.comboBoxCarModel.Size = new System.Drawing.Size(149, 21);
195 this.comboBoxCarModel.Tag = "searchParam";
196 this.comboBoxCarModel.ValueMember = "Value";
197 //
198 // comboBoxCarBrand
271 this.labelCarModel.Location = new System.Drawing.Point(17, 73);
272 this.labelCarModel.Name = "labelCarModel";
273 this.labelCarModel.Size = new System.Drawing.Size(39, 13);
CarModelEditorViewToPopupAdapter.cs (https://bitbucket.org/tkestowicz/solidworkshop.git) C# · 62 lines
8 namespace FormsView.Popups.Adapters
9 {
10 /// <summary cref="ICarModelEditorView">
11 /// Klasa adoptuje widok dodawania modelu samochodów do szablonu wsadzonego w wyskakujące okienko.
12 /// Stanowi nakładke na szablon <cref="ICarModelEditorView"> żeby logika dodawania modelu mogła odwoływać się do właściwości widoku.
13 /// </summary>
14 public class CarModelEditorViewToPopupAdapter : BasePopupViewAdapter, ICarModelEditorView
15 {
17 #region ICarModelEditorView
19 public string ModelName
Development-Guide-Rad-Tool.md (https://github.com/aspnetzero/documents.git) Markdown · 130 lines
111 - CreateOrEditModal.js or CreateOrEdit.js (if "Create Non-modal CRUD Page" is selected)
112 - CreateOrEditModal.cshtml or CreateOrEdit.cshtml (if "Create Non-modal CRUD Page" is selected)
113 - ViewCarModal.cshtml or ViewCar.cshtml (if "Create Non-modal CRUD Page" is selected)
114 - LookupTableViewModel.cshtml
115 - LookupTableModal.js
view-car.component.ts (https://bitbucket.org/AhmedElMetwally/cars-rental.git) TypeScript · 279 lines
1 import { ICarModel } from '../../../models/carModel';
2 import { CarService } from '../../../service/car.service';
3 import { AuthService } from '../../../service/auth.service';
45 public carGroupTitle: string;
47 public car: ICarModel;
48 public edit = {
49 carGroup_id: false, plateNumber: false, gearType: false, status: false,
53 public RegExpCarGroupModel = this.sharedService.mainRegExp.RegExpCarGroupModel;
54 public RegExpCarModel = this.sharedService.mainRegExp.RegExpCarModel;
93 ${(this.car.carGroup as any).branch[fieldName]} -
94 ${(this.car.carGroup as any).carType[fieldName]} -
95 ${(this.car.carGroup as any).carModel[fieldName]} -
96 ${(this.car.carGroup as any).year}
97 `;
DiscWorldVisualizer.h (https://github.com/OrebroUniversity/navigation_oru-release.git) C Header · 199 lines
historyRecords.js (https://github.com/ibisTime/xn-wzcd-oss.git) JavaScript · 148 lines
CompareCell.m (https://github.com/HawkEleven/UITableViewLinkageDemo.git) Objective C · 87 lines
mod_rcar_sd_clock.h (https://github.com/ARM-software/SCP-firmware.git) C Header · 272 lines
manage_oscars.ftl (https://github.com/tgh/FiLTH.git) Freemarker Template · 102 lines
30 <td class="oscarCategory">${oscar.category}</td>
31 <td>
32 <a data-remodal-target="editOscarModal" data-oscar-id="${oscar.id}" class="button editButton">Edit</a>
33 </td>
34 <td>
48 <#-- Add oscar modal -->
49 <div id="addOscarModal" class="remodal modal inputModal" data-remodal-id="addOscarModal" data-remodal-options="hashTracking: false">
50 <h2>New Oscar</h2>
69 <#-- Edit oscar modal -->
70 <div id="editOscarModal" class="remodal modal inputModal" data-remodal-id="editOscarModal" data-remodal-options="hashTracking: false">
71 <h2>Edit Oscar</h2>
class-tree.html (https://github.com/Sam-Wang/FarmHarvestBot.git) HTML · 127 lines
57 <em class="summary">The most base type</em>
58 <ul>
59 <li> <strong class="uidlink"><a href="harvest_try1.srv._CarMove.CarMove-class.html">harvest_try1.srv._CarMove.CarMove</a></strong>
60 </li>
61 <li> <strong class="uidlink">genpy.message.Message</strong>:
62 <em class="summary">Base class of Message data classes auto-generated from msg files.</em>
63 <ul>
64 <li> <strong class="uidlink"><a href="harvest_try1.srv._CarMove.CarMoveRequest-class.html">harvest_try1.srv._CarMove.CarMoveRequest</a></strong>
65 </li>
66 <li> <strong class="uidlink"><a href="harvest_try1.srv._CarMove.CarMoveResponse-class.html">harvest_try1.srv._CarMove.CarMoveResponse</a></strong>
67 </li>
68 <li> <strong class="uidlink"><a href="harvest_try1.msg._FruitCnt.FruitCnt-class.html">harvest_try1.msg._FruitCnt.FruitCnt</a></strong>
69 </li>
70 <li> <strong class="uidlink"><a href="harvest_try1.srv._fruit_pos.fruit_posRequest-class.html">harvest_try1.srv._fruit_pos.fruit_posRequest</a></strong>
CruiseControlApplet.java (https://bitbucket.org/lp/programming-multiactivities.git) Java · 186 lines
35 * $$PROACTIVE_INITIAL_DEV$$
36 */
37 package org.objectweb.proactive.examples.cruisecontrol;
39 import org.objectweb.proactive.core.config.ProActiveConfiguration;
42 /** The Applet : CruiseControlApplet
43 * models a car and a speed controller,
44 * and implements the primitives of the ProActive package.
75 public static void main(String[] arg) {
76 ProActiveConfiguration.load();
77 new CruiseControlApplet("Cruise Control", 840, 420);
78 }
shared.service.ts (https://bitbucket.org/AhmedElMetwally/cars-rental.git) TypeScript · 157 lines
7 import { RegExpClientModel } from '../models/clientModel';
8 import { EgearType, EgearTypeEn, EgearTypeAr } from '../enums/car.enum';
9 import { RegExpCarModel } from '../models/carModel';
10 import { Escreens , EscreensAr, EscreensEn } from '../enums/screens.enum';
11 import { RegExpCarModelModel } from '../models/carModelModel';
59 RegExpBranchModel,
60 RegExpCarGroupModel,
61 RegExpCarModelModel,
62 RegExpCarTypeModel,
63 RegExpCarModel,
index.md (https://github.com/rcarmo/sushy.git) Markdown · 61 lines
README.md (https://github.com/rcarmo/quartzcomposer-vnc.git) Markdown · 27 lines
items.h (https://github.com/diasurgical/devilutionX.git) C Header · 155 lines
16 extern BOOL uitemflag;
17 extern int itemavail[MAXITEMS];
18 extern ItemStruct curruitem;
19 extern ItemGetRecordStruct itemrecord[MAXITEMS];
20 extern ItemStruct item[MAXITEMS + 1];
130 int ItemNoFlippy();
131 void CreateSpellBook(int x, int y, int ispell, BOOL sendmsg, BOOL delta);
132 void CreateMagicArmor(int x, int y, int imisc, int icurs, BOOL sendmsg, BOOL delta);
133 void CreateMagicWeapon(int x, int y, int imisc, int icurs, BOOL sendmsg, BOOL delta);
134 BOOL GetItemRecord(int nSeed, WORD wCI, int nIndex);
readme.md (https://github.com/willianjusten/curso-de-svg.git) Markdown · 103 lines
7 O curso tem como objetivo passar desde os conceitos básicos do SVG até os mais avançados, permitindo criar basicamente o que se quiser com SVG. O curso será desenvolvido em pequenos módulos com vídeos curtos, facilitando assim o aprendizado e o desenvolvimento do aluno, visando sempre uma didática simples, concisa e bastante aplicada a prática de trabalho.
9 Existirão alguns projetos ao decorrer do curso, para aplicarmos os conceitos aprendidos, fazendo com que o aluno perceba sua evolução e também comece a trabalhar mais em sua parte criativa e com código.
11 ## Instrutor
45 - Colorindo ícones com mais de uma cor
47 - Projeto #1 - Construindo um SVG responsivo e adaptativo
48 - Tornando o SVG Fluido
49 - Tornando o SVG adaptativo
YBLCategoryListViewController.m (https://github.com/Josin22/Yuncai.git) Objective C · 95 lines
29 [super viewDidLoad];
30 [self createNavigationBar];
31 [self starUIService];
33 }
37 // if (!_dataArray) {
38 // _dataArray = [NSMutableArray array];
39 // NSArray *array = [YBLShopCarModel shareInstance].tempGoods;
40 // for (int i = 0; i < 0; i++) {
41 // [_dataArray addObject:array[arc4random()%9]];
49 - (void)starUIService {
50 self.listService = [[YBLCategoryListService alloc] init];
51 self.listService.categoryListVC = self;
app.js (https://github.com/roger-melo-treinamentos/curso-de-js-roger-melo.git) JavaScript · 80 lines
LICENSE (https://github.com/mleonhard/imapbackup.git) License · 26 lines
Main.java (https://github.com/SCI2SUGR/KEEL.git) Java · 97 lines
VehicleMission.h (https://github.com/OrebroUniversity/navigation_oru-release.git) C Header · 119 lines
admin.php (https://bitbucket.org/qu1ze/spycars.git) PHP · 1 lines
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="language" content="en"/> <link rel="icon" href="<?php echo Yii::app()->request->baseUrl; ?>/favicon.ico" type="image/x-icon"/> <!-- blueprint CSS framework --> <!--<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/screen.css" media="screen, projection"/> --> <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/print.css" media="print"/> <link rel="stylesheet" href="<?php echo Yii::app()->request->baseUrl; ?>/css/normalize.css"> <link rel="stylesheet" href="<?php echo Yii::app()->request->baseUrl; ?>/css/main.css"> <?php regCssFile(array('jquery.gritter', 'colorbox')); regJsFile(array('jquery.gritter.min', 'jquery.colorbox-min', 'bighawk.ui')); app()->bootstrap->registerAssetJs('spin.js'); // app()->bootstrap->registerAssetJs('jquery.spin.js'); ?> <!--[if lt IE 8]> <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/ie.css" media="screen, projection"/> <![endif]--> <script src="<?php echo Yii::app()->request->baseUrl; ?>/js/modernizr-2.6.2.js"></script> <title><?php echo CHtml::encode($this->pageTitle); ?></title> </head> <body> <div class="container" id="page"> <?php $this->widget('bootstrap.widgets.TbNavbar', array( 'type' => 'inverse', // null or 'inverse' 'brand' => 'Home page', 'brandUrl' => '/admin/', 'collapse' => true, // requires bootstrap-responsive.css 'items' => array( array( 'class' => 'bootstrap.widgets.TbMenu', 'items' => array( array('label' => 'Brands', 'url' => array('/admin/brand/list')), array('label' => 'Models', 'url' => array('/admin/carmodel/list')), array('label' => 'Update', 'items' => array( array('label' => 'Sitemap','url' => array('/admin/console/generate')), array('label' => 'Thumbs','url' => array('/admin/console/search')) ) ), array('label' => 'Logout (' . Yii::app()->user->name . ')', 'url' => array('/site/logout'), 'visible' => !Yii::app()->user->isGuest) ), ), (!Yii::app()->user->isGuest) ? '<p class="navbar-text pull-right">Logged in as <a href="#">' . Yii::app()->user->name . '</a></p>' : '', ), )); ?> <!-- mainmenu --> <div class="container" style="margin-top:80px"> <?php echo $content; ?> <hr/> <div id="footer"> Copyright © <?php echo date('Y'); ?> by Spy-cars.com<br/> All Rights Reserved.<br/> <?php echo Yii::powered(); ?> </div> <!-- footer --> </div> </div> <!-- page --> </body> </html>
base_uri.py.disable (https://github.com/myles/comfy.git) Python · 86 lines
material.md (https://github.com/rubensdemelo/flutter-para-iniciantes.git) Markdown · 70 lines
17 [AppBar](https://api.flutter.dev/flutter/material/AppBar-class.html): Barra superior, onde podemos colocar o título da nossa tela. O Flutter também utiliza este widget para exibir o ícone
19 [Drawer](https://api.flutter.dev/flutter/material/Drawer-class.html): Menu lateral, que se abre após clicarmos em um ícone na [AppBar](https://api.flutter.dev/flutter/material/AppBar-class.html). Ao adicionarmos um [Drawer](https://api.flutter.dev/flutter/material/Drawer-class.html) ao [Scaffold](https://api.flutter.dev/flutter/material/Scaffold-class.html) e não adicionarmos uma [AppBar](https://api.flutter.dev/flutter/material/AppBar-class.html), o ícone para abrir o [Drawer](https://api.flutter.dev/flutter/material/Drawer-class.html) não é exibido.
21 Veja o código de um aplicativo combinando todos estes widgets:
63 {% embed url="https://codepen.io/rubensdemelo/pen/yLYGyKE" %}
65 Neste [vídeo](https://www.youtube.com/watch?v=DL0Ix1lnC4w), há uma demonstração de como utilizar os widgets da biblioteca [Material](https://api.flutter.dev/flutter/material/material-library.html) para construir um aplicativo com pouco mais de 100 linhas de código.
67 {% hint style="info" %}
README.md (https://github.com/kfdm/growlme.git) Markdown · 48 lines
gpxparser.py (https://bitbucket.org/njwilson23/geo_tools) Python · 121 lines
error.enum.js (https://bitbucket.org/AhmedElMetwally/cars-rental.git) JavaScript · 548 lines
18 mainErrorEnum[mainErrorEnum["carType_not_found"] = 12] = "carType_not_found";
19 mainErrorEnum[mainErrorEnum["carTypes_not_found"] = 13] = "carTypes_not_found";
20 mainErrorEnum[mainErrorEnum["carModel_not_found"] = 14] = "carModel_not_found";
21 mainErrorEnum[mainErrorEnum["booking_not_found"] = 15] = "booking_not_found";
22 mainErrorEnum[mainErrorEnum["booking_not_found_or_car_not_found"] = 16] = "booking_not_found_or_car_not_found";
25 mainErrorEnum[mainErrorEnum["carType_nameEn_used_before"] = 19] = "carType_nameEn_used_before";
26 mainErrorEnum[mainErrorEnum["carType_nameAr_used_before"] = 20] = "carType_nameAr_used_before";
27 mainErrorEnum[mainErrorEnum["carModel_nameEn_used_before"] = 21] = "carModel_nameEn_used_before";
28 mainErrorEnum[mainErrorEnum["carModel_nameAr_used_before"] = 22] = "carModel_nameAr_used_before";
57 mainErrorEnum[mainErrorEnum["carGroup_id_required"] = 49] = "carGroup_id_required";
58 mainErrorEnum[mainErrorEnum["carGroup_id_invalid"] = 50] = "carGroup_id_invalid";
59 mainErrorEnum[mainErrorEnum["carModel_id_required"] = 51] = "carModel_id_required";
60 mainErrorEnum[mainErrorEnum["carModel_id_invalid"] = 52] = "carModel_id_invalid";
PicoRendezvous.py (https://github.com/jamescw/regrowl.git) Python · 83 lines
CMakeLists.txt (https://github.com/OrebroUniversity/navigation_oru-release.git) CMake · 113 lines
netgrowl.py (https://bitbucket.org/shibu/berrymq) Python · 140 lines
YFSpecExpectationsSample.m (https://github.com/ios122/ios122.git) Objective C · 117 lines
30 it(@"Message Pattern", ^{
31 YFKiwiCar * cruiser = [[YFKiwiCar alloc]init];
33 [[cruiser should] receive:@selector(jumpToStarSystemWithIndex:) withArguments: theValue(3)];
35 [cruiser jumpToStarSystemWithIndex: 3];
36 });
84 it(@"Mock", ^{
85 id carMock = [YFKiwiCar mock];
86 [ [carMock should] beMemberOfClass:[YFKiwiCar class]];
87 [ [carMock should] receive:@selector(currentGear) andReturn:theValue(3)];
88 [ [theValue([carMock currentGear]) should] equal:theValue(3)];
CalculateRouteMatrixRequestMarshaller.java (https://github.com/aws/aws-sdk-android.git) Java · 156 lines
68 if (calculateRouteMatrixRequest.getCarModeOptions() != null) {
69 CalculateRouteCarModeOptions carModeOptions = calculateRouteMatrixRequest
70 .getCarModeOptions();
71 jsonWriter.name("CarModeOptions");
72 CalculateRouteCarModeOptionsJsonMarshaller.getInstance().marshall(carModeOptions,
73 jsonWriter);
74 }
IMainFormView.cs (https://MobileBroadbandLM.svn.codeplex.com/svn) C# · 44 lines
main.php (https://github.com/dme/newspipe.git) PHP · 53 lines
1 <script language="php">
2 // ======================================================================
3 // $Id: main.php,v 1.4 2005/12/01 18:47:43 rcarmo Exp $
4 //
5 // WebPipe main handler
6 //
7 // Copyright (C) 2005 Rui Carmo, http://the.taoofmac.com
8 //
9 // This program is free software; you can redistribute it and/or modify
ModeloCarroServicesTest.java (https://gitlab.com/brunokarpo/Estudos.git) Java · 162 lines
39 .comDescricao("Fusca")
40 .comFabricante("Volkswagen")
41 .construir();
43 sut = new ModeloCarroService();
117 @Test
118 public void deveBuscarModeloDeCarroPorCodigo() throws Exception {
119 sut.buscarPorCodigo(1L);
151 private List<ModeloCarro> criarListaDeModelos() {
152 List<ModeloCarro> modelos = new ArrayList<ModeloCarro>();
153 modelos.add(new ModeloCarroBuilder().comCodigo(1L).comDescricao("Fusca").comFabricante("Volkswagen").construir());
154 modelos.add(new ModeloCarroBuilder().comCodigo(2L).comDescricao("HB 20").comFabricante("Hyundai").construir());
155 modelos.add(new ModeloCarroBuilder().comCodigo(3L).comDescricao("Vectra").comFabricante("Chevrolet").construir());
156 modelos.add(new ModeloCarroBuilder().comCodigo(4L).comDescricao("Astra").comFabricante("Chevrolet").construir());
listing.php (https://bitbucket.org/meshwarhtml/meshwarhtml.git) PHP · 320 lines
helloCordova.ap_.d (https://github.com/artecher/ang_cor.git) D · 85 lines
39 C:\projects\ang_cor\platforms\android\assets\www\scripts \
40 C:\projects\ang_cor\platforms\android\assets\www\styles \
41 C:\projects\ang_cor\platforms\android\assets\www\data\carModels.json \
42 C:\projects\ang_cor\platforms\android\assets\www\data\currentModel.json \
43 C:\projects\ang_cor\platforms\android\assets\www\img\gasStationLogos \
ShoppingCarTableViewCell.m (https://github.com/huazhixi/chooseGoodsAttributesDemo.git) Objective C · 99 lines
9 #import "ShoppingCarTableViewCell.h"
10 #import "BuyCarModel.h"
11 #import "UIImageView+WebCache.h"
12 #import "ACMacros.h"
41 }
43 - (void)setBuyCarModel:(BuyCarModel *)buyCarModel {
44 _buyCarModel = buyCarModel;
46 [_goodImgView sd_setImageWithURL:[NSURL URLWithString:buyCarModel.goods_img] placeholderImage:nil];
47 _goodNameLbl.text = buyCarModel.goods_name;
48 _calculateLbl.text = buyCarModel.num;
49 _buyNumLbl.text = [NSString stringWithFormat:@"x%@", buyCarModel.num];
50 _goodPriceLbl.text = [NSString stringWithFormat:@"¥%@", buyCarModel.shop_price];
51 float totalPrice = [buyCarModel.shop_price floatValue] * [buyCarModel.num intValue];
52 _totalPriceLbl.text = [NSString stringWithFormat:@"¥%.2f", totalPrice];
ConfirmOrderTableViewCell.m (https://github.com/huazhixi/chooseGoodsAttributesDemo.git) Objective C · 49 lines
browse-footer.tmpl (https://github.com/neymanna/fusionforge.git) Go Template · 9 lines
7 <?= $WikiTheme->getOwnerMessage($page) ?> <?= $WikiTheme->getLastModifiedMessage($revision) ?> <?= $WikiTheme->getAuthorMessage($revision) ?><br />
8 <?php } ?>
9 This site is powered by <a href="http://phpwiki.sourceforge.net">PhpWiki</a>. Page design based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>, adapted by <a href="http://the.taoofmac.com">Rui Carmo</a> from an original design by <a href="http://binarybonsai.com">Michael Heilemann</a>.</p><!--}}} Edit Date-->
action.php (https://github.com/dme/newspipe.git) PHP · 36 lines
1 <script language="php">
2 // ======================================================================
3 // $Id: action.php,v 1.4 2005/12/01 18:47:43 rcarmo Exp $
4 //
5 // WebPipe action handler
6 //
7 // Copyright (C) 2005 Rui Carmo, http://the.taoofmac.com
8 //
9 // This program is free software; you can redistribute it and/or modify
rss.php (https://github.com/dme/newspipe.git) PHP · 28 lines
1 <script language="php">
2 // ======================================================================
3 // $Id: rss.php,v 1.4 2005/12/01 18:47:43 rcarmo Exp $
4 //
5 // WebPipe RSS generator
6 //
7 // Copyright (C) 2005 Rui Carmo, http://the.taoofmac.com
8 //
9 // This program is free software; you can redistribute it and/or modify
browse-footer.tmpl (https://github.com/olberger/fusionforge.git) Go Template · 9 lines
7 <?php echo $WikiTheme->getOwnerMessage($page) ?> <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?><br />
8 <?php } ?>
9 This site is powered by <a href="http://phpwiki.sourceforge.net">PhpWiki</a>. Page design based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>,<br />adapted by <a href="http://the.taoofmac.com">Rui Carmo</a> from an original design by <a href="http://binarybonsai.com">Michael Heilemann</a>.</p><!--}}} Edit Date-->
CarModelForm.Designer.cs (https://bitbucket.org/invincible_ghost/sale-of-cars.git) C# · 119 lines
1 namespace Sale_of_cars.CarForms
2 {
3 partial class CarModelForm
4 {
5 /// <summary>
87 this.comboBox1.TabIndex = 5;
88 //
89 // CarModelForm
90 //
91 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
98 this.Controls.Add(this.dataGridView1);
99 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
100 this.Name = "CarModelForm";
101 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
102 this.Text = "Моделі";
index.md (https://github.com/rcarmo/sushy.git) Markdown · 16 lines
1 From: Rui Carmo
2 Date: 2015-01-17 22:10:00
3 Title: Implemented See Also
13 In preparation for the next set of features (which is going to include blog archives and so forth), I'm now adding development notes to the sample content.
15 [y]: https://github.com/rcarmo/Yaki
16 [e2]: http://everything2.com
search.bak.php (https://github.com/boldyrek/grabber.git) PHP · 3349 lines
165 (
166 'carmark' => 'TOYOTA',
167 'carmodel' => 'LAND CRUISER',
168 'yearfrom' => 2003,
169 'yearto' => 2004,
186 (
187 'carmark' => 'HONDA',
188 'carmodel' => 'CR-V',
189 'yearfrom' => 2002,
190 'yearto' => 2003,
408 'km2' => '',
409 'mk' => 'TOYOTA',
410 'ml' => array('LAND CRUISER', 'LANDCRUISER S/W', 'LANDCRUISER S/W BA'),
411 'search' => 'Search Now'
412 ),
README.md (https://github.com/nodejs/nodejs-pt.git) Markdown · 53 lines
44 * Guilherme J. Tramontina ([@gtramontina](https://github.com/gtramontina))
45 * Gustavo Henke ([@gustavohenke](https://github.com/gustavohenke))
46 * João Carmona ([@jpsc](https://github.com/jpsc))
47 * Jonathan Cardoso Machado ([@jcmais](https://github.com/JCMais))
48 * Ricardo Torres ([@rictorres](https://github.com/rictorres))
49 * Rogério Vicente ([@rogeriopvl](https://github.com/rogeriopvl))
50 * Rui Marinho ([@ruimarinho](https://github.com/ruimarinho))
51 * Rui Quelhas ([@ruiquelhas](https://github.com/ruiquelhas))
planificar-modificacion.jsp (https://github.com/ianibo/Agrega2.git) JavaServer Pages · 100 lines
23 <h2><bean:message key="crearTarea.cabecera"/></h2>
24 <form id="planificarPlanificarModificacionPlanificarForm" action="<html:rewrite action="/Planificar/PlanificarModificacionPlanificar"/>" method="post" enctype="multipart/form-data">
25 <p class="parrafo_comun" id="separacion2"><bean:message key="crearTarea.instrucciones"/></p>
26 <!-- ******************** INICIO GLOBO GRIS ********************* -->
for.md (https://github.com/wendrewdevelop/python4noobs.git) Markdown · 251 lines
index.md (https://github.com/rcarmo/sushy.git) Markdown · 43 lines
backup-upgrade-mars-agent.md (https://github.com/MicrosoftDocs/azure-docs.ja-jp.git) Markdown · 28 lines
Menu_Difficulty.cpp (git://pkgs.fedoraproject.org/astromenace) C++ · 237 lines
94 DrawFont(X1, Y1, 0, 0, 0, MenuContentTransp, GetText("3_Enemy_Armor_Penalty"));
95 ButOff = false;
96 if (Setup.Profile[CurrentProfile].NPCArmorPenalty == 1) ButOff = true;
97 if (DrawButton128_2(X1+360, Y1-6, GetText("1_Decrease"), MenuContentTransp, ButOff))
98 {
99 Setup.Profile[CurrentProfile].NPCArmorPenalty--;
100 if (Setup.Profile[CurrentProfile].NPCArmorPenalty < 1) Setup.Profile[CurrentProfile].NPCArmorPenalty = 1;
101 }
102 ButOff = false;
103 if (Setup.Profile[CurrentProfile].NPCArmorPenalty == 4) ButOff = true;
104 if (DrawButton128_2(X1+616, Y1-6, GetText("1_Increase"), MenuContentTransp, ButOff))
105 {
106 Setup.Profile[CurrentProfile].NPCArmorPenalty++;
107 if (Setup.Profile[CurrentProfile].NPCArmorPenalty > 4) Setup.Profile[CurrentProfile].NPCArmorPenalty = 4;
108 }
109 if (Setup.Profile[CurrentProfile].NPCArmorPenalty == 1)
user.py (https://github.com/20after4/Yaki.git) Python · 133 lines
sort_cars_list.feature (https://bitbucket.org/Doaa_karamallah/2d.git) Gherkin Specification · 43 lines
7 Background: cars have been added to database
8 Given the following carmodels exist:
9 | name |customer_id|
10 | BMW |1|
13 Given the following makes exist:
14 |name |carmodel_id |customer_id|
15 |Astra | 1 | 1|
16 | corsa | 1 | 1 |
21 Given the following cars exist:
22 | carmodel_id | make_id |color|prushdate | price |transmaision| nationality|ecapacity |speed |gass| info |customer_id |isused|
23 | 1 | 1 | black | 19-Oct-2004|$123.40 | manual|german |2000|180|95|you will so mush if you dont get it :)|1|1|
24 | 1 | 2 | black | 10-Dec-1994|$123.40 | automatic|german |2000|180|92|you will so mush if you dont get it :)|1|0|
historying.js (https://github.com/ibisTime/xn-wzcd-oss.git) JavaScript · 143 lines
sergipe_cities.rb (https://github.com/leandronunes/bsc_plugin.git) Ruby · 98 lines
25 c = BSC::City.new(:name => 'Capela', :zip_code => '49.700-000', :state => state); c.save
26 c = BSC::City.new(:name => 'Carira', :zip_code => '49.550-000', :state => state); c.save
27 c = BSC::City.new(:name => 'Carmopolis', :zip_code => '49.740-000', :state => state); c.save
28 c = BSC::City.new(:name => 'Cedro De Sao Joao', :zip_code => '49.930-000', :state => state); c.save
29 c = BSC::City.new(:name => 'Cristinapolis', :zip_code => '49.270-000', :state => state); c.save
50 c = BSC::City.new(:name => 'Malhada Dos Bois', :zip_code => '49.940-000', :state => state); c.save
51 c = BSC::City.new(:name => 'Malhador', :zip_code => '49.570-000', :state => state); c.save
52 c = BSC::City.new(:name => 'Maruim', :zip_code => '49.770-000', :state => state); c.save
53 c = BSC::City.new(:name => 'Miranda', :zip_code => '49.702-000', :state => state); c.save
54 c = BSC::City.new(:name => 'Moita Bonita', :zip_code => '49.560-000', :state => state); c.save
setup.py (https://github.com/rcarmo/shelf.git) Python · 46 lines
harvest.py (https://github.com/Sam-Wang/FarmHarvestBot.git) Python · 70 lines
14 rospy.wait_for_service('fruit_pos')
15 try:
16 fruit_pos1 = rospy.ServiceProxy('fruit_pos', fruit_pos)
17 resp1 = fruit_pos1(x, y)
23 global fruit_cnt
24 fruit_cnt = data.fruit_cnt
25 rospy.loginfo("I heard fruit_cnt=%i", fruit_cnt)
28 def vision_sub():
29 #rospy.init_node('vision_sub')
30 rospy.Subscriber('vision_fruit_cnt', FruitCnt, vision_sub_callback)
32 def car_client(x, y):
48 fruit_pos_idx = vision_client(0,0)
49 rospy.loginfo("ask vision to find the position of fruit, position index result=%i" %( fruit_pos_idx))
50 rospy.loginfo("ask robot to pick that one!")
51 time.sleep(2.5)
growl.py (https://github.com/ozamosi/river.git) Python · 150 lines
__init__.py (https://github.com/dttocs/Yaki.git) Python · 96 lines
CalculateRouteCarModeOptionsJsonUnmarshaller.java (https://github.com/aws/aws-sdk-java.git) Java · 78 lines
26 /**
27 * CalculateRouteCarModeOptions JSON Unmarshaller
28 */
29 @Generated("com.amazonaws:aws-java-sdk-code-generator")
30 public class CalculateRouteCarModeOptionsJsonUnmarshaller implements Unmarshaller<CalculateRouteCarModeOptions, JsonUnmarshallerContext> {
32 public CalculateRouteCarModeOptions unmarshall(JsonUnmarshallerContext context) throws Exception {
33 CalculateRouteCarModeOptions calculateRouteCarModeOptions = new CalculateRouteCarModeOptions();
35 int originalDepth = context.getCurrentDepth();
51 if (context.testExpression("AvoidFerries", targetDepth)) {
52 context.nextToken();
53 calculateRouteCarModeOptions.setAvoidFerries(context.getUnmarshaller(Boolean.class).unmarshall(context));
54 }
55 if (context.testExpression("AvoidTolls", targetDepth)) {
AutoAppApply.aspx (https://github.com/jocrag/DocuSign-eSignature-SDK.git) ASP.NET · 102 lines
requires-classic-cli.md (https://github.com/MicrosoftDocs/azure-docs.ja-jp.git) Markdown · 23 lines
identifier-index.html (https://github.com/Sam-Wang/FarmHarvestBot.git) HTML · 453 lines
101 <td width="33%" class="link-index"><a href="harvest_try1.srv._fruit_pos.fruit_posRequest-class.html#b">b</a><br />
102 <span class="index-where">(in <a href="harvest_try1.srv._fruit_pos.fruit_posRequest-class.html">fruit_posRequest</a>)</span></td>
103 <td width="33%" class="link-index"> </td>
104 <td width="33%" class="link-index"> </td>
168 <table class="link-index" width="100%" border="1">
169 <tr>
170 <td width="33%" class="link-index"><a href="harvest_try1.msg._FruitCnt.FruitCnt-class.html#fruit_cnt">fruit_cnt</a><br />
171 <span class="index-where">(in <a href="harvest_try1.msg._FruitCnt.FruitCnt-class.html">FruitCnt</a>)</span></td>
260 <td width="33%" class="link-index"><a href="harvest_try1.srv._CarMove.CarMoveResponse-class.html#serialize_numpy">serialize_numpy()</a><br />
261 <span class="index-where">(in <a href="harvest_try1.srv._CarMove.CarMoveResponse-class.html">CarMoveResponse</a>)</span></td>
262 <td width="33%" class="link-index"> </td>
263 </tr>
274 <td width="33%" class="link-index"><a href="harvest_try1.srv._fruit_pos.fruit_posRequest-class.html#_slot_types">_slot_types</a><br />
275 <span class="index-where">(in <a href="harvest_try1.srv._fruit_pos.fruit_posRequest-class.html">fruit_posRequest</a>)</span></td>
276 </tr>
277 <tr>
listing.php (https://bitbucket.org/meshwarhtml/meshwarhtml.git) PHP · 348 lines
LICENSE.md (https://github.com/ebimodeling/sugarbag.git) Markdown · 65 lines
29 * **CSIRO Sustainable Ecosystems**
30 > Level 3, Queensland Biosciences Precinct
31 306 Carmody Rd, St Lucia, Qld 4067
33 ## This is the Software License
38 University of Illinois/NCSA Open Source License
40 Copyright (c) 2014 Deepak Jaiswal, David LeBauer, Ursula Ruiz-Vera. All rights reserved.
42 Permission is hereby granted, free of charge, to any person obtaining
plugins.py (https://github.com/myles/comfy.git) Python · 84 lines
page.py (https://github.com/myles/comfy.git) Python · 88 lines
CarModals.js (https://bitbucket.org/chrisgfortes/code-portfolio.git) JavaScript · 166 lines
AlipayEcoMycarCarmodelCreateResponse.java (https://github.com/alipay/alipay-sdk-java-all.git) Java · 69 lines
LICENSE (https://github.com/piku/piku.git) License · 21 lines
index.html (https://github.com/aleha84/simple.canvas.core2.git) HTML · 128 lines
85 <script type="text/javascript" src='images/godModels.js'></script>
86 <script type="text/javascript" src='images/flames.js'></script>
87 <script type="text/javascript" src='images/carModel.js'></script>
88 <script type="text/javascript" src='images/bridgeModels.js'></script>
89 <script type="text/javascript" src='images/teaModels.js'></script>
copyright (https://github.com/myusuf3/hellanzb.git) License · 91 lines
CalculateRouteCarModeOptionsJsonMarshaller.java (https://github.com/aws/aws-sdk-android.git) Java · 50 lines
22 /**
23 * JSON marshaller for POJO CalculateRouteCarModeOptions
24 */
25 class CalculateRouteCarModeOptionsJsonMarshaller {
27 public void marshall(CalculateRouteCarModeOptions calculateRouteCarModeOptions,
28 AwsJsonWriter jsonWriter) throws Exception {
29 jsonWriter.beginObject();
30 if (calculateRouteCarModeOptions.getAvoidFerries() != null) {
31 Boolean avoidFerries = calculateRouteCarModeOptions.getAvoidFerries();
33 jsonWriter.value(avoidFerries);
34 }
35 if (calculateRouteCarModeOptions.getAvoidTolls() != null) {
36 Boolean avoidTolls = calculateRouteCarModeOptions.getAvoidTolls();