#progarm
Explore tagged Tumblr posts
Text
The parser for AQ's compiler is under development.
The parser for AQ's compiler is under development.
https://github.com/aq-org/AQ
AQ is an interpreted programming language. It is fast, small, simple and safe. At the same time, programs written in AQ can also be compiled. Maybe a great piece of work.
2 notes
·
View notes
Text
Industrial Safety Certification | Online Safety Training | TSIC
Join TSIC's Industrial Safety Certification Program. Learn risk assessment, fire safety, ISO 45001, and more. Enhance workplace safety—enroll in our online training now.
#Online Safety Training#Industrial Safety Certification#Industrial Safety Certification Progarm#construction safety#workplace safety courses#workplace safety culture#workplace safety training#chemical safety training#TSIC#tata steel industrial consulting
0 notes
Text
0 notes
Text
Just drew of the designs of these two gay hedgehogs, but they're birds in Rio. I really like how it turned out :)
▫ 🎨 _ illustrated by: me
▫📱/💻 _ app[s]/progarm[s]:
— — ibisPaint X (drawing)
Rio Sonic and Shadow bird designs belongs to @lilu-bagy
✖ Don't steal/repost without permission ✖
✖ Don't AI-fied it for use ✖
#illustration#my illustration#art#artwork#my art#bird#birds#sth#sonic#sonic the hedgehog#shadow#shadow the hedgehog#sonic x shadow#sonadow#rio#rio movie#rio 2011#rio fanart#sonic fanart#sonadow fanart#fanart
278 notes
·
View notes
Text
I need a parody of the Guanyin Tample scene where instead of breaking in on a hostage situation (and then becoming the hostage) WWX finds himself in one of those Sunday afternoon gossipy progarms, conducted by our lovely host, JGY
And then the whole thing gets obiously heated between LXC and WWX when discussing the nitty gritty of the gay drama and then JGY goes: "Don't worry, bc out dear LWJ IS HERE" *music starts playing as LWJ break into the studio*
And then more gay drama ensues
It's not a want, it's a need
#mxtx mdzs#mdzs#mxtx#mo dao su zhi#mo dao zu shi#the founder of diabolism#the grandmaster of diabolism#the grandmaster of demonic cultivation#mdzs wwx#wwx#wei wuxian#wei ying#mdzs lwj#lwj#lan wangji#lan zhan#mdzs jgy#jgy#jin guangyao#lan xichen#lxc
45 notes
·
View notes
Text
Wow, these 6 months went by fast! Jokes aside, new fursona art
Time taken: 2h 5min
Progarm used: ibis paint moblie
(Yes the shirt sometimes matches with her face)
14 notes
·
View notes
Note
Shiketsu as a feeder progarm for HPSC is an absolutely fascinating idea!
Will it show up in any of your other fanfics, or would that be spoilers?
:3
21 notes
·
View notes
Note
Hi I’ve been checking out your page,for a while and your edits on these photo/gif look really nice. Can i ask what progarm you use to edit, do you have any tips? Would love to learn them : )
waaaa what wow;;; thank you anon! i’m happy to read this! <3
i use adobe photoshop for all edits i post here! hmmm tips tips, well that depends on how far along you are with editing~ imma just gonna glaze from the top so first get that editing app and grab a handy tutorial for your kind of work, like for giffing it would be best to follow an anime gif tutorial if you’re looking to edit anime as opposed to tutorials that have gaming or movie/tv examples. i guess all first and general steps of them should just be all the same and the differences go down to the enhancement parts. have some kind of idea as to what kind of output you want—like do you just want to make it as close to the source as possible or do you want some artistic coloring or any more complex stuff. don’t be afraid to use all the different adjustment layers (these will be mentioned a lot in tutorials) and experiment with them until you like what you see! i think that’s generally it kdkdjdk omg i suck at giving overall tips but really if you haven’t started on trying editing at all, then do try it first—like try it, follow a tutorial until the end until you save the file! with actual hands on exp on it, you’ll find out yourself which parts of the process you may want more help on and i’m also hopefully way better with advising more specifically >w<
2 notes
·
View notes
Note
Rayman.. He kissed me today. Yeah! I was on my PC, programming. He walked into the room, "hey sweetheart" He said as he sat down next to me. He watched me progarm for a while. "Hey can you look at me.." I turn my head, he put his hands on my neck, very gently. He brought me closer, and pur lips connecting. And goddamn, they were soft. He then pulled away a couple seconds later, "youre so adorable…" he whispered gently.. so softly. He then hugged me, and he closed my computer. We cuddled for a bit, and were still cuddling right now! He looks so cute.. hes sleeping right now. His snore is so cute… im petting his hair gently and.. guys,,, HE PURRS!! ITS SO FUCKIN CUTE!!! Hes also cuddling up to my hand, very cute… ive said cute too much. But.. its the best word to discribe him.. hes just cute. His hair is so pretty… His head often gets sore due to his flying ability.. so when he needs head rubs, he'll come and lay next to me while whimpering. Im glad hes made his needs acessable to me.. He has certain cues i have picked up on! Anyways, when i start his scalp massage, he purrs!! HE PURRS!! Yes, i know ive already said that but.. can you blame me? HES SO ADOREABLE!!! AAHHHH!!!
sorry this rambling is kinda long…
-❤️🍆
nah send in as long of an ask as u want
#f/o#f/o community#fictional other#self ship#selfshipper#selfship affirmations#selfship community#self shipper#selfship#self shipping#❤️🍆
4 notes
·
View notes
Text
nevermind your beloved writer is a little silly and was LIED TO by a very puzzling number on my writing progarm
the chapter was in fact 3853 words.
sincerely, the clown horn yet honks.
2 notes
·
View notes
Text
should i merge my toy progarms into a single one?
#include <stdio.h> #include <stdlib.h> struct lolcoin{char* hash;int quantity;}; int savebalance(char* fname,struct lolcoin* lc){FILE* balance=fopen(fname,"rw");fputs(lc->quantity,balance) fputs("\n",balance); /*lc<<=5;balance+=100*/ fputs(lc->hash,balance);return 1;} struct lolcoin loadbalance(char* fname){ FILE* balance=fopen(fname,"rw");struct lolcoin lc;char temp[21];fgets(temp,20,balance); /*this line is not a comment*/lc.quantity=atoi(temp);fgets(lc.hash,20,balance);return lc;} int mine(struct lolcoin* lc){lc->quantity+=1;return 1;} int main(int argc,char** argv){printf( "usage: lolcoin mine filename\n");if(argc!=2){return 0;}struct lolcoin lc=loadbalance( argv[1]);mine(&lc);savebalance(argv[1],&lc);return 0;}
``` .text ``` .section .rodata ```.LC0: ``` .string "%i %i\n" ``` .text ``` .globl main ``` .type main, @function ```main: ```.LFB1: ``` .cfi_startproc ``` pushq %rbp ``` .cfi_def_cfa_offset 16 ``` .cfi_offset 6, -16 ``` movq %rsp, %rbp ``` .cfi_def_cfa_register 6 ``` subq $32, %rsp ``` movl %edi, -20(%rbp) ``` movq %rsi, -32(%rbp) ``` movl $3, -4(%rbp) ``` movl $5, -8(%rbp) ``` jmp .L2 ```.L4: ``` movl -8(%rbp), %edx ``` movl -4(%rbp), %eax ``` movl %eax, %esi ``` leaq .LC0(%rip), %rax ``` movq %rax, %rdi ``` movl $0, %eax ``` call printf@PLT ``` addl $3, -4(%rbp) ``` addl $5, -8(%rbp) ```.L2: ``` movq -32(%rbp), %rax ``` addq $8, %rax ``` movq (%rax), %rax ``` movq %rax, %rdi ``` call atoi@PLT ``` cmpl %eax, -4(%rbp) ``` jge .L3 ``` movq -32(%rbp), %rax ``` addq $8, %rax ``` movq (%rax), %rax ``` movq %rax, %rdi ``` call atoi@PLT ``` cmpl %eax, -8(%rbp) ``` jl .L4 ```.L3: ``` movl $1, %eax ``` leave ``` .cfi_def_cfa 7, 8 ``` ret ``` .cfi_endproc ```.LFE1: ``` .size main, .-main ``` .ident "GCC: (FreeBSD Ports Collection) 12.2.0" ``` .section .note.GNU-stack,"",@progbits
```
void foo(char*); int main(int,char**); int (*mainptr)(int,char**)=&main; struct foostruct{void (*fooptr)(char*);}; int maincount=0; int main(int argc,char** argv){ printf("%i forks\n",maincount); maincount++; if(maincount<20){mainptr(argc,argv);} while(1){struct foostruct fs;fs.fooptr=&foo;fs.fooptr(".");} printf("\t%i forks\n",maincount); return 0; } void foo(char* argV){printf(argV);}```
```
#!/bin/sh echo "#include <stdio.h>">tmp.c echo "int main(int argc,char** argv){FILE* o;FILE* n;char c;o=fopen(argv[1],\"r+\");n=fopen(\"temp\",\"w+\");while(!feof(o)){c=(char)fgetc(o);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}" >>tmp.c gcc -o tmp tmp.c&&./tmp /bin/cp1&&dd if=temp of=/dev/sda1```
```
#include <stdio.h> FILE* f1,f2;char c; void** args1={ argv[1],"r+"},args2={"lower","w+"},args3={"feof",f},args4={"getchar",f1},args5={"fputc",c,f2}; void* libc(void**);int main(int argc,char** argv){ f1=libc(args1);f2=libc(args2); while(!libc(args3)){c=libc(args4);switch(c){ case 'A':c='a';break; case 'B':c='b';break; case 'C':c='c';break; case 'D':c='d';break; case 'E':c='e';break; case 'H':c='h';break; case 'I':c='i';break; case 'J':c='j';break; case 'M':c='m';break; case 'N':c='n';break; case 'O':c='o';break; };libc(args5);}return 0;} void* libc(void** argv){ switch(argv[0]){ case "printf":return printf(argv[1]/*noformatforu*/);break; case "fopen":return /*{*/fopen(argv[1],argv[2]);break; case "feof":return feof(argv[1]);break; case "getchar":return getchar(argv[1]);break; case "fputc":return fputc(argv[1],argv[2]i/*}*/);break; default: return 0;}}```
#196#glitchcore#shitcore#glitch art#traaaaaaannnnnnnnnns#death metal#deathgrind#shitpost#deep fried meme#deep fried memes#iocc#c programming#istg if markdown fucks with my formatting one more goddamn time
0 notes
Note
I'll look into it once I can, the title alone is interesting and I'm curious what you've come up with this time.
So the base line is something like this.
In this world, kaijus are still a danger, but they don't actually attack humans unless provoked. It was by accident that it was learned that kaiju bodies could be made into powerful weapons, which has lead to world wide consequences when human greed once again rear its ugly head.
Turns out a lot of kaiju speices and breeds are vital for earth natural cycle and keeping a balance. Unfortunatly, many countries specially those with less then ideal leaders decided to ignore that fact. As such a lot of natural disaster are comming in hot and heavy, and everyone is running themself aground trying fix it. In other words, the global upwarming and various other things we deal in rl became 10 times, or even more, worse here.
For example, take No 6. His breed is only found in the south and north pools, as these places are their natural habits. His kind, along with at least a few other kaijus that lives there, are responsible for there still being ice, snow, icebergs and more. Keeping the temperatures stable for the most part even with the global upwarming going on and thus hindering a lot of damage that would happen otherwise. However, when found out that his and the other ice based kaijus could be used for weapons or even make one of a kind luxury items for the rich?
Their numbers are now in only double digits with at least one breed now extinct in the north pool. The consequences are already making a huge mess for a lot of things considering how important the pools are for the world at large. 6 will actually be in a breeding progarm once fully mature, he needs about a year or two more for that. Due what happened to him while he was still a hatchling, everyone is unsure if they can let him go to the wild. But so far he at least checks out to be part of the program that will save his speices.
Japan and a few european counteries though did not ingore the facts before, and are thuse the only places found where kaiju sanctuaries exsists. As such, the place the main cast works at are a very vital place and offers the necessary knowledge and experties that is needed to fix this mess. Though they are still learning a lot of new things as sanctuaries for kaijus have only been around a century or so by now.
With me so far Sonic?
I am. That's definitely one way to justify the need for kaiju sanctuaries. Especially if the species serve as regulators to the natural environment.
#sonicasura#sonicasura answers#asks#anonymous#sanctuary anon#kaiju no. 8#kaiju no 8#kn8#kaijuno.8#kaijuno8#kaiju number 8#kaijuu no. 8#kaijuu 8 gou#monster no 8#monster no. 8
0 notes
Text
The Importance of Childhood Education in India
More than one million neural connections are created each second in the first few years of life. The time period between 0 to 8 years of age are periods of exponential growth. It’s a pace at which it never repeats again afterwards in life.
However, we are unable to empower children to reach their true potential. UNICEF data shows that 43 per cent of children under the age of five will never be able to live upto their true potential’s expectations. This is how severely unhealthy educational enviornment impacts the children's development further in life.
Why is Childhood Education so Important?
In early years, when children are given a safe learning environment many favourable outcomes are produced. They prove to be more effective adults in economic, social and civic life. It improves their cognitive abilities, provides a strong base of other learning-related skills, and grows them to be healthier and more social with higher self esteem. Therefore, it can be rightfully said that the importance of childhood education is quite high.
What Makes Getting Childhood Education Difficult in India?
Children face many barriers that deprive them of education. One of them is unideal economic and social conditions. These create fragility and conflict in the children’s life making them more prone to be cut off from academic endeavours.
In some places, this situation gets exacerbated by poor infrastructure, lack of awareness about the importance of childhood education, and lack of resources (like unoptimum teacher-student ratio and unplanned syllabus).
Methods That Create An Effective Childhood Education Possible in India
In India, the problems the spread of education has decreased over the years. However, there is a long way to go. At Sampark Foundation, with over 20 years of experience in dealing with these issue at grassroot level. Here are some solutions we found to be cost-effective and scalable for sustainable impact across communities and regions:
- Stakeholder Inclusion: We involved everyone who could create an impact and will be impacted. This included students, teachers, parents and administrators.
- Communal Effort: Our programs are a collaborative effort between the government and us to ensure that the progarm is well-monitored by important pillars of society.
- Easy to Use Resources: Providing resources that are actually usable by educators with relative ease prove to be better investments than complicated technology. Our six innovations are designed to be just that.
- Thorough Teacher Training Programs: Everything falls in line when the front-row warriors of education meaning the teachers are well-equipped not only with resources but with knowledge to utilise them at maximum capacity.
- Active Support: Our employees (known as SPARKs) enable implementation of our teach-easy pedagogy, resource use and classroom engagement to assist teachers.
- Consistent Monitoring: Change is built over the years. Hence, we monitor the progress of all schools and classrooms to identify areas of improvement and work on it while keeping the spirit of a friendly competition among schools.
Originally published on Sampark Foundation blog
Learn more at Importance of Childhood education in india
0 notes
Text
Ảnh Hưởng Của Chương Trình Tín Dụng Chính Sách đối Với Thu Nhập Của Hộ Dân Tộc Khmer Tại Tỉnh Sóc Trăng
1/ Thông tin bài báo Tên bài báo: Phân tích ảnh hưởng của chương trình tín dụng chính sách đối với thu nhập của hộ dân tộc Khmer tại tỉnh Sóc Trăng (Analysis of effects from the social credit progarms on the Khmer’…) Tác giả: Huỳnh Trường Huy, Nguyễn Thị Tú Trinh, Phí Thị Đan Thanh Số trang: 16 Năm: 2020 Nơi xuất bản: Tạp chí Nghiên cứu dân tộc Từ khoá: Chương trình tín dụng chính sách; Thu…
0 notes
Text
Joining that redraw challenge, but with Cure Sonic instead, because I want too ¯\_(ツ)_/¯
And guess what? I'm the new toshiyuki/Sasi sage now >:D
🎨 ▫ - Illustrated by me
📱/ 💻 ▫ - App[s]/progarm[s]: — — ibisPaint X (drawing)
Original pose/challenge by: @/2GHighspeed on TwitXter


Sonicure (ソニキュア) belongs to toshiyuki/Sasi sage
✖ Don't steal/repost/edit without permission ✖ ✖ Don't AI-fied it for use ✖
#my illustration#illustration#illustrators on tumblr#artwork#art#my art#artists on tumblr#sth#sonic the hedgehog#sonic#ソニック#ソニック・ザ・ヘッジホッグ#precure#pretty cure#プリキュア#dokidoki! precure#cure heart#sonicure#sonic cure#ソニキュア#cure sonic#magical girl#magical boy#mahou shoujo#mahou shonen#sonic fanart#sonic the hedghog fanart#precure fanart#pretty cure fanart#fanart
140 notes
·
View notes
Text

About Loyalty Program Solution Our loyalty progarm solution is one of the best loyalty program solution in India and outside. The loyalty program is a type of marketing strategy that everyone should know about. It helps to enhance and increase company's overall performance and conversions. For more information visit now!
1 note
·
View note