Posts

Showing posts from June, 2012

HC12 Wireless Transceiver mdules will not configure

Image
    have 3 brand new hc12 modules not configure ... nor can read present configuration shipped.  quality of these modules bad many of them defective?  alone or have others received hc12 modules unresponsive upon arrival?  are there hacks/jolts/fixes can revive dead hc12?  any assistance appreciated. how trying configure them? the modules default 9600, , @ commands have sent @ full speed no gaps between characters, typing commands them wont work. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > HC12 Wireless Transceiver mdules will not configure arduino

Using Arduino to save data from sensor to Network folder through Ethernet

hello forum, i have coded light sensor reads values of sensor , values can viewed server  such http://xx.xx.xxx.xx.  have coded can change values of parameters sensors on website adding values in text boxes , change clicking submit button. everything works fine wonder if there way me save data of sensor ethernet cable connected arduino leonard.  server running fine ethernet connected arduino since arduino have powered ethernet cable. is there way me extract data of sensor arduino or http , save network folder?  can data file such .txt, .csv, etc.  quote everything works fine wonder if there way me save data of sensor ethernet cable connected arduino leonard. save data where? if arduino acting server, appears if using browser interact it, need make act client, too, executing scripts on server result in data being stored. how store data depends on language use write script. store data depends on operating system on server. but, becau...

How do I test part of my movie/audio?

i'm using adobe flash cs4 first time try , make animation set music (like opening scene of anime). need listen specific portions of song can match timing of animations. how do this?   i know can press enter , it'll play, don't know how start listening music @ frame want. don't know how stop music once starts playing. when press enter, starts beginning (no matter frame i'm on), , plays way end of song (because don't know how stop it).   i know can ctrl+enter test movie, plays through whole animation (from beginning end, loops).   i can set audio sync stream, can hear audio when scrub timeline, song i'm using long (1:42) , has techno beat, it's hard hear parts of song way.   i want know how watch/listen specific part of animation, instead of having play stop finish. please help! the easy way sync sound , animation (but not best way), attach sound timeline , set sound stream.  allow hear sound timeline moves in authoring environment. More discussions in ...

Captivate 3 Template Caption Cache Issue - Fixed in 4?

Image
well title pretty sums up. have learned regardless of caption preferences set , saved in captivate 3 project template, caption setting overridden last set of caption preferences used. example, set correct caption adobe green in template, saved , closed template. next open new project, use adobe blue correct answer caption, save , close project seperate file. here, if open template , either work straight or import other slides (tried both ways), correct answer caption adobe blue.   so here question, fixed in captivate 4?   thanks hi there   to knowledge not change in captivate 4.   i don't think being "overridden". instead, believe caption associations stored in captivate_?0.dat file.   (? represents 2 or 3 or 4 depending on version)   have experimented exporting preferences? (file > export > preferences) maybe exporting preferences allow import them in influence want?   cheers... rick     click here adobe authorized captivate , robo...

Need help in choosing the right code for my project

hello everyone, i'm barak , i'm pretty new in programming , arduino. i'm asking code, i'm having trouble choosing right timing code , coding it. this code make: code: [select] const int buttonpin = 2;       // number of pushbutton pin const int relaypin =  8;      // number of relay pin const int cw = 9;            // number of cw pin const int ccw =  10;        // number of ccw pin // variables change: int buttonstate = 0;         // variable reading pushbutton status void setup() {   pinmode(cw, output);// initialize cw pin output:   pinmode(ccw, output);// initialize ccw pin output:   pinmode(relaypin, output); // initialize relay pin output:   pinmode(buttonpin, input); // initialize pushbutton pin input: } void loop() {   // read state of pushbutton value:   buttonstate = digitalread(buttonpin);   // che...

User login problem : login form does not show, user logged but not logged - Joomla! Forum - community, help and support

i try give many details on issue possible. i'm using joomla 1.0.13 on website : http://www.hyoga.fr i'm using community builder profile, standard joomla login module. one of friends has following problem when trying connect: he logs in, login form still shows, if not logged in. can't use functions registered users (post comments). however name shows in 'cb online' module, if click on it, message "this profile not exist or no longer available" he's shown online in backend also. there entry in jos_sessions username. i have tried switching on "you logged in" pop-up, , gets pop-up still isn't logged in ! i'd appreciate on one, bunch. hyoga wrote: i'm using community builder profile, standard joomla login module. this not possible!!!!! if use com_profiler need cb-login module otherwise won't work.....joomla logs in com_user , cb com_profiler. new users won't registered ! edit: see note installation instructions: 4) install m...

Thread: How to upload files to ubuntu server?

hi, set server , want upload files such jpg, swf, js, css, php , xml files created server. seems there index.html in /var/www. how upload files server? thanks. well, if it's home server consider doing copying stuff usb stick /media/<your stick name> whichever folder need, or install (s)ftp program, upload stuff shares folder , copy them there. Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] How to upload files to ubuntu server? Ubuntu

problema no IDE

não consigo compilar nada para dentro arduino uno aparece isso processing.app.debug.runnerexception    at cc.arduino.compiler.callarduinobuilder(compiler.java:316)    at cc.arduino.compiler.loadpreferences(compiler.java:215)    at cc.arduino.compiler.build(compiler.java:174)    at processing.app.sketchcontroller.build(sketchcontroller.java:647)    at processing.app.sketchcontroller.exportapplet(sketchcontroller.java:672)    at processing.app.editor$defaultexporthandler.run(editor.java:2149)    at java.lang.thread.run(thread.java:745) caused by: java.io.ioexception: cannot run program "c:\program files\arduino\arduino-builder": createprocess error=2, o sistema não pode encontrar o arquivo especificado    at java.lang.processbuilder.start(processbuilder.java:1048)    at processing.app.helpers.processutils.exec(processutils.java:26) ...

Error Compiling Movie

hi all, i have placed aecs3 comp in premiere cs3 lasting 30secs. have pressed enter key render in premiere error message "error compiling movie, unknown error". so fault ae or premiere? and how fix it? i have on system windows vista 32bit intel duo core 6600 2.40ghz 4.0gb memory, , 300gig of hard drive space free.   thank you josel i believe find information need here: error:error compiling movie cheers eddie More discussions in Premiere Pro CC adobe

Bluetooth Serial Char array overwrites itself on new loop() iteration

hello i trying make system can control led strip lights , bluetooth terminal command can select pre-written patterns inside arduino. using hc06 module bluetooth, using fastled library striplights , softwareserial control bluetooth. i using robin2's "serial input basics" forum post serial capture of char array. char[] variable "command" should hold command, 3 exist, cylon, strobe , off. cylon works correctly. once selected continue display cylon pattern until told otherwise or switched off. strobe ever strobe once , striplights go off. upon examining debug prints, shows variable "command" being cleared when new loop reached. the serial.println() commands used debug ctrl shift m console, , myserial() commands bluetooth receiver. the output of ctrl shift m console when entering "cylon" , pressing send on phone, few seconds later entering "strobe" , pressing send looks follows: code: [select] command is: command is: command...

Ajout de plusieurs TAG nfc

Image
bonjour tous ! hier j'ai décidé me lancer dans un projet de portail ouverture par nfc apres avoir trouvé des idées droite gauche j'ai réussi construire un code mais j'ai un problème (forcement sinon c'est pas drôle  ) je n'arrive pas jouter une autre adresse de tag voici mon code code: [select] #include <spi.h> #include <rfid.h> int relais = 7; int ledr = 6; rfid monmodulerfid(10,9); int uid[5]={}; int masterkey[5]={224,64,23,75,252}; void setup() {   serial.begin(9600);   spi.begin();   monmodulerfid.init();    pinmode(relais, output);   pinmode(ledr, output);   digitalwrite(ledr, high); } void loop() {     if (monmodulerfid.iscard()) {            if (monmodulerfid.readcardserial()) {                    serial.print("l'uid est: ");             for(int i=0;i<=4;i++) ...

Problem with print preview dialog action in CS4

i have automation plugin photoshop print image playing photoshop print preview dialog.   the script works on cs3 not in cs4. there specific platform tags (mac uses 'keyprintsettings' , 'keypageformat' opaquestructptr , it's not possible take size, , windows uses 'keysysteminfo' , there no information data) , it's not possible ignore.   i attach sample functions cs3 (working) , cs4 (not working).   some 1 have information problem? More discussions in Photoshop Plugin and Companion App SDK adobe

Using Millis for keeping time

Image
hello, everyone, new arduino , first project! in project, using millis() keep track of time isn't accurate. timer 14 seconds slow every hour. know internal clock of arduino isn't exact think 14 seconds big of error. wondering why case. because code long , that's why doesn't keep track of time properly? don't have or while loops block code. appreciated. thank you! i attached code @ bottom, feedback on helpful well. long unsigned int time; long unsigned int btntimer = 0; long unsigned int use unsigned long . Arduino Forum > Using Arduino > Project Guidance > Using Millis for keeping time arduino

Thread: HowTO: Btrfs Root Installation

Image
howto: btrfs root installation foreword btrfs new copy on write file system linux aimed @ implementing advanced features while focusing on fault tolerance, repair , easy administration. developed oracle, btrfs licensed under gpl , open contribution anyone. linux has wealth of file systems choose from, facing number of challenges scaling large storage subsystems becoming common in today's data centers. file systems need scale in ability address , manage large storage, , in ability detect, repair , tolerate errors in data stored on disk. source: http://btrfs.wiki.kernel.org the steps , procedures in guide have been tested on , work ubuntu 9.10 - karmic koala, , ubuntu 10.04 - lucid lynx. other release not guaranteed work @ all. please bear in mind btrfs development file system, such, experience crashes, glitches, , possible loss of data. not use production use ok, think has scared away users. crazy people remain. (you lucid users know ...

Help with Bluetooth and I2C simultaneously

hi, in advance, sorry poor english, thank you. i'm building project in wich must use 3 arduino's , mobile app. for that, i'm communicating arduino's i2c protocol, , i'm trying integrate app through bluetooh module, appears serial communication used bt module blocking  i2c communication. i'm new on communication protocols, i'm sorry if wrote wrong. regards, -s quote it appears serial communication used bt module blocking  i2c i don't think right @ all. typical bluetooth module runs on serial , quite divorced i2c bus. sounds rather using fancy shield enables use bluetooth on i2c. in event, surely there setting allows use bluetooth in normal manner? english fine! Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Help with Bluetooth and I2C simultaneously ...

The topic or board you are looking for appears to be either missing or off limit

i got message when checked alerts. got reply question, can't find post. turned alerts on , got message "the topic or board looking appears either missing or off limits you." when followed link..... that? do now? able read responses post. :-/ probably problem created 2 threads judged on same topic forum moderator merged 2 together. caused link 1 of threads go dead answers should still in merged thread. can see merge of threads "new programming. have input question." , "newbie needing input" started here: http://forum.arduino.cc/index.php?topic=485361.msg3322755#msg3322755 and noted here: http://forum.arduino.cc/index.php?topic=485361.msg3323124#msg3323124 the problem creating multiple threads on same topic end wasting lot of time giving advice or asking questions without realizing of had been done else on other thread. Arduino Forum > Community ...

CS3 Acrobat Distiller Error

i trying create pdfs multiple indesign cs3 files. when drop files (or one) in distiller following error can't figure out. images linked , fonts available.    adobe pdf settings: /library/application support/adobe/adobe pdf/settings/smallest file size.joboptions %%[ error: undefined; offendingcommand:   ìıÿ fÂΩ1ÔÁ˛t∑ document p  ]%% %%[ flushing: rest of job (to end-of-file) ignored ]%% %%[ warning: postscript error. no pdf file produced. ] %% distill time: 1 seconds (00:00:01) **** end of job ****     thank you. i ran permissions twice no luck on fixing problem. More discussions in Acrobat Macintosh (read-only) adobe

Thread: running app from "alias/shortcut"?

good morning all. i've installed dosbox via ubuntu/softwarecenter. dosbox installed somewhere in system area, evidently default install area. can run going folder, , running there. how can create shortcut or alias put on desktop, don't need search. dosbox isn't listed in applications dropdown menu. files shown locked. if rightclick file in dosbox folder, make link option greyed out. trying drag files or folder gives me error "permission denied". suggestions? thanks. tom where it? either need put in current $path or add yo $path Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] running app from "alias/shortcut"? Ubuntu

Problema al declarar

hola muy buenas todos, estoy tratando de hacer una matriz con los leds ws2812b el cual usa la librería fastled.h, yo quiero que al empezar haga un pequeño test de colores, rojo, naranja...... etc. yo lo quiero tener colocado es decir el test de color rojo en un archivo el naranja en otro y asi con todos. el problema viene la hora de declarar: code: [select] crgb leds[num_leds]; ya que los archivos rojo y naranja me lo piden pero si lo duplico da error al compilar, mi duda es: como puedo declarar una sola vez y que el resto de archivos .h lo entienda?. saludos. porque no muestras que duplicas, no te entiendo! Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > Problema al declarar arduino

Thread: IPv6 security risk and backdoor

i forget reading or listening to, may have been hakin9 magazine or security podcast. not security expert bare me try explain heard. jist of report many people have missed large security issue related ipv6 protcol. since people not using ipv6 yet, many people forget secure it. think issue server connected internet. don't remember more this, remeber expert said high security risk , needed addressed. wondering if there steps should gone through secure protocol? is delayed memory recall of march / april 2007 discussions of ipv6 type 0 route headers which, before fixed, used mount dos attack against hosts , networks? post if can find link whatever trying describe. otherwise... Forum The Ubuntu Forum Community Ubuntu Specialised Support Security [all variants] IPv6 security risk and backdoor Ubuntu

Error compiling for board Arduino/Genuino uno

hi i'm trying arduino rfid-rc522 scanner work, every time go verify , upload it, comes error message saying: error compiling board arduino/genuino uno /volumes/students/1_technology_visualarts_2017/02_istem_harrison/student folders/madi , sarah/sarah/testing_rfid/testing_rfid.ino:11:21: fatal error: rfid.h: no such file or directory   #include <rfid.h>                       ^ compilation terminated. exit status 1 error compiling board arduino/genuino uno. does know how fix this? i'm trying working technology class assignment, teacher doesn't know how fix either. hi i'm trying arduino rfid-rc522 scanner work, every time go verify , upload it, comes error message saying: error compiling board arduino/genuino uno /volumes/students/1_technology_visualarts_2017/02_istem_harrison/student folders/madi , sarah/sarah/testing_rfid/testing_rfid.ino:11:21: fatal error: rfid.h: no su...

Arduino Uno r3: Cannot upload sketches over bluetooth from my Raspberry Pi 3b

hello everyone, this first arduino project , far has been going pretty smooth.  i'm using hc-05 bluetooth module connected arduino inland uno r3 w/ atmega328.  i  able load sketch on usb , run successfully. @ point, run python script on raspberry pi receives sensor data bluetooth module.  of worked without hitch. now trying send sketch raspberry pi arduino wirelessly on bluetooth.  i've changed properties file serial.port=/dev/rfcomm0 also i've bound mac address bluetooth module (hc-05) rfcomm0.  able confirm under /dev/rfcomm0. now, when try load sketch given 2 errors:              avrdude stk500_getsync() not in sync resp=0x00              stk500_recv(): programmer not responding i receive these 2 error in order, sketch makes 5 attempts connect before stops responding. i've been looking around online , far haven't been able find useful.  currently, i...

Variable names / dev woes

Image
it's little things in development trip most.  i've got tracked robot (more on come) , has lights in front can call headlights.  has arm camera , gimble , stuff on top called "head".  , on head of robot there light called headlight, though different definition other headlights. and therein lies conundrum.  2 pieces of code developed separately , must come together.  both have thing best referred headlight , both pieces of code have chosen name, headlightpin, headlightstate, headlightontime, etc, etc.  1 gets refactored before combined.  easy enough find , replace.  but 1 loses name?  away headlights , headlight, might end having post code on forum 1 day , pauls see , i'd have change before anyway.  i'd rather nip in bud , avoid doing stupid things begin with.  so, wins?  headlights?  or light on head?  has better name 1 of things? what headlamp light on robot...

[SOLVED]Led dimmed when used as output with HC-SR04 ultrasonic sensor

hello, i'm new here. i made project hc-sr04. basically, when object close, arduino light red led , if not close, green one. it work leds aren't glowing should. if connect led directly grd , 5v work fine. (220 ohm resistor). when output pin dimmed. i not know can come. ? thanks in advance. my code: code: [select] int led_r = 6; int led_g = 8; int distance, duree; void setup() {   serial.begin(9600); // open serial monitor @ 115200 baud see ping results.   pinmode (trigger_pin, output);   pinmode (echo_pin, input);   pinmode (led_r, output);   pinmode (led_g, output);    } void loop() {     digitalwrite(led_r, low);     digitalwrite(led_g, low);     digitalwrite(trigger_pin, low);     delaymicroseconds(500);     digitalwrite(trigger_pin, high);     delaymicroseconds(10);     digitalwrite(trigger_pin, low); ...

Section - Article = 2 levels, but what if you need more? - Joomla! Forum - community, help and support

hi all, starting @ joomla (very cool far!).  "section" , "article" structure great if modeling 1 layer deep.  ideal simple structure newspaper: sports -> sports articles, business -> business articles, etc. but how model multi-level domain following? industry   - aerospace     - company a           - product a               - assembly 1               - assembly 2               - assembly 3           - product z           - service x                    - practice a               - practice b            - service y       - defense           - company level             -  product level   ...

Bridge broken after trying to read a file

i'm using yun sd "embedded" in filesystem using yundiskspander.  have created file /root/users code: [select] root@arduinoyun:~# cat users 4442048:fperal 4438376:test 3333333:bogus root@arduinoyun:~# a program reads file using function readuser. code: [select] #include <fileio.h> #include <bridge.h> int readuser(file, char *tag, char *username); void setup() {   bridge.begin();     //start communication linino   console.begin();    //start communication ethernet console (300bps)   while (!console);   //wait until console ready   console.println("arduino starting......"); }   void loop() {   char tag[14];   int index=0;   int i;      char rfid[10],user[25];      //create objets usersfile, linked users in linino, open reading      file usersfile=filesystem.open("/root/users",file_read);       con...

Changing language settings in a table

i have 50 page catalog created in fance , translated english. document has number of tables 200+ , i'm trying change text dictionary french english.   i can change of text that's not tables english dictionary. must select every field individually in table , change dictionary french english.   idea on how change table text french dictionary english dictionary.   thanks, it easy change language if table entries styled. should able find/replace french english. check styles first. reason people use styles.   kenneth benson More discussions in InDesign adobe

Thread: Requires installation of untrusted packages

hoping can lead me documentation or explain how handle situation where: ubuntu software center produces warning, "requires installation of untrusted packages". guides i've read don't explain preferred way of importing key or in ubuntu register ensure i'm downloading trusted packages. instead of going synaptic pm , adding package (if isn't way)? sorry naive question. specific download in question is: ===================================== qt 4 designer message is: ============== requires installation of untrusted packages action require installation of packages not authenticated sources. details: fontconfig-config libfontconfig1 libfontconfig1-dev where downloading packages from? installed qt$ designer yesterday using synaptic, , never got messages untrusted packages. i'm running karmic , use main servers. Forum The...

Extend line past end points

i how can extend red line, keep angle same?  i'm sure it's simple i'm missing. hello navarro parker,   very simple, first trace first line using "line segment" tool following angle want duplicate.   after this, tool selected, hold "option" down (keyboard) , click where. new window called "line segment tool options" appear.   from here type length wish , click "ok"   i hope helps! More discussions in Illustrator adobe

ADS1246 interfacing

hello,   i've decided upgrade pressure sensor have 24bit adc resolution. chose ads1246 purchased , made fatal design flaw. speced system use +_2.5v when reality sensor outputs 5 volts. 1. can directly interface adc 0-5v input in way? 2. should use levelshifting method bring 0-5v +-2.5v if can suggest tutorial setup? 3. choosing component more suited purpose best solution? thank you, mark last time looked @ pressure sensor datasheet saw accuracies of 1-5%. arduino's 10-bit a/d more enough this. the pressure sensor have ratiometric output. that means pressure sensor supply needs link aref of a/d. leo.. Arduino Forum > Using Arduino > Sensors > ADS1246 interfacing arduino

Flash CallFunction() failed when using Excel

hi, we have application embeds flash file (.swf) , communicates , forth flash.  can call flash c# , vice versa.  when our application run visual studio, works fine.  when launched ms office application (excel, word, powerpoint), fails following exception:   system.runtime.interopservices.comexception (0x80004005): error hresult e_fail has been returned call com component.    @ shockwaveflashobjects.ishockwaveflash.callfunction(string request)    @ axshockwaveflashobjects.axshockwaveflash.callfunction(string request)   i need on solving problem , appreciate suggestions may have.   i'm using flash 10.  posted question on microsoft forum , think it's flash problem, not problem.   thanks! More discussions in Adobe Animate CC - General adobe

No mostrar módiulos - Joomla! Forum - community, help and support

buenas, me gustaría eliminar módulos, conseguido dejar que salgan la mayoría, solo me queda quitar el main menu que tiene el enlace home (no me ha dejado quitarlo porque dice que es el predeterminado) y el key concepts en el que sale un mensaje que dice: warning: array_shift() [ function.array-shift ]: argument should array in c:\xampp\htdocs\angulo\modules\mod_mainmenu\helper.php on line 46" esto sale desde que despublicado todos los enlaces que tenía. Éstos dos últimos módulos los tengo en la parte derecha de la página, cuando consiga quitarlos no quiero que ese espacio sea ocupado, tengo pensado poner ahí otra cosa. el resto de módulos los quitado llendo la carpeta módulos y renombrando la carpeta del módulo en cuestión para que no los encuentre, supongo que habrá alguna otra opción pero no la encuentro. saludos, streak y no es mas facil que elimines la ejecución de modulos del index.php del template que hayas elegido, yo puedo ayudarte hacerlo hace ppco uve tu mismo problema...

Projet arduino

bonjour tout le monde ! je suis actuellement en 2ème année de bts système numérique. pour mon bts, je dois faire un projet donc une grosse partie de programmation. serait-il possible de m'aider ? c'est assez urgent ! j'ai fait une partie du programme mais il me reste encore des choses faire et je suis bloquée… merci d'avance ceux qui me répondront. bonjour, tu dois donner beaucoup, beaucoup plus d'infos que ça si tu veux que quelqu'un t'aide (projet, matériels utilisés, montage, code,...) Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Projet arduino arduino

Tanya Setting Componen CB - Joomla! Forum - community, help and support

Image
buat para senior saya mau tanya tetang seting cb gini pada bagian menu yang mengarah ke componen cb akan ada peringatan seperti ini " please login or register view or modify profile. " yang saya mau tulisan peringatan tersebut di ganti dengan content (isi content) jadi content tersebut akan mengarahkan ke user yang belum login supaya mendaftarkan diri atau login.. gimana cara nya terima kasih...    Board index Joomla! International Language Support International Zone Indonesian Forum Bantuan

Thread: Question about user sessions

hello all, i'm playing around ubuntu bit, , love it! got 1 question for. when switch users b, services (webserver, file shares etc) stay active? since folks use system (and not adapted modern technology) 2 user accounts. 1 me ( server tasks) , 1 parents. if folks log in, services halt? welcome! thanks paul crap, yes, i'm not sure. think network manager restarts on every login but, yes, there ways set services run before gnome starts... how experts area. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Question about user sessions Ubuntu

SetArtUserAttr(art, kArtHidden, 0); not working in CS4

i have cs3 plug-in have converted cs4. part of process hide text objects , save layers pdf files. @ end of process want show objects have hidden can save illustrator cs2 file archiving. execute following code calling showallart(); below. call setartuserattr works fine in cs3 when save illustrator cs2 file , re-open save file, objects visible. when same in cs4, setartuserattr returns knoerr on opening illustrator cs2 file, text objects still invisible in layers palette. there should in cs4 before save (like saiutils->appidle();) ?     static void showallart (aiarthandle inart) { if (inart) { saiart->setartuserattr (inart, karthidden, 0 ); short type; if (!saiart->getarttype (inart, &type)) { if (type == kgroupart) { aiarthandle child; if (!saiart->getartfirstchild (inart, &child)) { while (child) { showallart (child); if (saiart->getartsibling (child, &child)) break ; } } } } } }     static void showallart (...