Ifyou want two students (or teacher and a student) to be working on one project, and for them to use pair programming, they will need to make sure they are signing into the site at completely separate times (without overlapping), or the person who signs in after the first person will not be able to see the updates made by the first person.
This is something you will want to turn off as soon as you turn it on, especially if you are worried about cheating. I do show students how they can share code with each other, by going into text mode and they can copy/paste into an email to share code. I am ok with this method because the students still need to read the code and make sure things like sprite names are called properly.
Advanced students do that when they get better with writing functions.
Pair programming on Code.org, in its current state, is designed to be used by students sharing one device and working together on one device, and is primarily designed for use in K-5 courses (not within AppLab or CS Principles)
I wish I had put more polish but this was the best I could do at the time. Among other things, it allowed me to use ES6 syntax ()=> and/or Typescript interface A , then compile it to ES5. Having dark mode and typechecking was truly a blessing.
Here are some links which I recorded for a Discord server:
Basic Concept
Added Gamelab Animations
Added Library Support
Added In-Vscode Preview
Sign-In System in Applab using a library I created (Nomx)
Because what they're talking about is copying code from the "Peek Code" window. They take that, paste it into Notepad, make changes, copy it, and bring it back to PowerAutomate, but then what? You can't paste that code into the Peek Code window.
Ok so I click the ellipsis on the switch statement and select Copy to Clipboard, which I can paste into my notepad as show below, so how do I paste this into the code. Where on this switch statement do I paste it? there is not option for this that I can see. Please help because I don't understand how this is achived.
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Very late response and you've probably fixed this by now. I had a similar issue and i think that you might have toggled you "ins" key on your keyboard. There is 2 settings, one is what you are used to and the other deletes the next digit/letter as you type. If you just press it again it should go back to normal,
He might describe a bug I had once. I could not correctly delete any code. There was some bits of code stuck right behind the cursor and whenever I tried to delete something the workspace deleted code a few spaces apart from the cursor while still having some code stuck behind it.
I don't think it's either though. Say I have a line of code like if I where to go in front of name an start typing it will delete the characters as I type New ones. Hard to explain but I tried lol
Hi all, recently I have updated my PSoC Creator to version 4 and I'm unable to edit or change any codes in some previous projects I made. The text cursor won't appear when I click on any lines on the main.c file. Nothing comes out when I press any key on my keyboard.
Hi, I just attached my computer information. In the beginning, I suspect the issue is related to any projects created using old PSoC Creator. However I created a new project yesterday and the issue happens with my new project as well.
Hi I have tried uninstalling my PSoC Creator 4.0 and install the new software using the link provided. However the problem still persists.
I'm not sure if I have done a clean removal of PSoC Creator 4.0, I suspect it might be linked to any old files which don't get remove during uninstallation.
Hi, I have installed PSoC Creator 3.3 SP2 but I'm unable to open the project I created in PSoC Creator 4.0. I was prompted an error of "data not formatted correctly", might be due to different compiler version I guess?
Welcome in the forum.Can you please post your complete project, so that we all can have a look at all of your settings. To do so, use
Creator->File->Create Workspace Bundle (minimal)
and attach the resulting file.
Sorry for the late reply. I found a solution to edit the c file but the bug still exists. If I open PSoC Creator first then click "Open Project" there is no problem editing the file.
But if I open the .cywrk file in File Explorer the bug is there.
I think it has nothing to do with the project itself but the PSoC Creator.
I'm willing to post my project if it is still required.
Ideally you should open the project with "Open Project" option in PSoC Creator IDE or double clicking the "PSoC Creator Workspace" file)(Testing_Space )or double clicking the "PSoC Creator Project" file inside 7_Segment_LED.cydsn file.
Hi ANKS,
If I open the file by double clicking the .cydsn file, the issue is there. But if I open the file through "Open Project" option is PSoC Creator IDE, there's no problem at all.
Thanks
I jusr had the same problem with PSoC Creator 4.4 on Win10 -> when the project is openend by double click the project file in the filex explorer, editing do not work. it would be good to find a solution for this problem.
So I am using a few lines of custom CSS from a pretty reliable online source. It'a reveal text on hover code, but it doesn't appear to work in the display page when I enter the code. I save the custom CSS, then enter edit mode on the site and it works. But when I launched the site, it doesn't work. Just like in the display page, the text appears over the image all the time. The link still works, but that's it.
For a non-JavaScript solution to this issue, the way that I usually have my users make their HTTP requests is by clicking on a button in Airtable which then triggers an HTTP request via Integromat. So they never have access to any of the code, because it is hidden away from them at all times. (If you need a consultant to help you setup this sort of a scenario, feel free to send me a private message.)
If you have a custom block, only the person installing the block in the base has access to the code, and pushing code changes to a custom block is far more complex than changing code in Scripting block.
Edit source code of a software with the source available. Infact i bought a sought with ownership rights and i will like to edit the grapgics and links pointing to sellers site. That is to say; edit a .exe file
How you tell what language a given program was written in is you look at the file extensions used for the source files - they usually identify the language. If not then you look at the source itself to see if you can work it out.
This depends entirely on what the product was written in (the language) which you would need to ask the developer (or look at what file extensions the source code uses). There are hundreds of programming languages, whatever it was written in will be the language you will have to use, you will need an IDE + compiler for that language in order to edit the code, make changes and republish the files.
I have been trained to use SAS EG 6.1, but am still relativity new. My boss is an old time programmer, and sometimes we have difficulty communicating about what I need to change or do in my programs. She is convinced there is a way to open and modify code from an EG query. Apparently this is easily done in other programs.
First, I think you're definitely making the right decision to use EG. It's a great tool for smoothing the learning curve for a new SAS user, and I think you'll be productive much quicker than if you programmed in Base SAS.
In terms of your question, as far as I know there's no facility for modifying a query as it's being created. I suspect your boss is thinking of the "Insert code" option that appears in the Preview pane for many of the tasks, but this doesn't seem to be in the Query Builder.
One option that I frequently use is to create as much of the query as I can with Query Builder (especially convenient for selecting large numbers of variables), and then open the Preview window. From there I can copy the query code and drop it into a code window for modifications.
Thank you for responding. I see what you mean about the other tasks having the "Insert code" button. I hadn't noticed that before since I mostly use the query builder. Does the Insert Code button open the shell code?
My interpretation is that you can take a copy of the SQL generated by Query Builder and modify it to suit your purposes. Once you do that, the code no longer matches the QB definition so you can only maintain the code outside of QB.
I'm trying to make a simple change to my site in my list-collections.liquid page. However, no matter what I change and Save, I'm not seeing the changes reflect on the site. At first I thought maybe there was a built-in delay, but changes made with the higher level template editor are instantenous, so what's the deal?
You were right - I was looking at the wrong code. Turns out I needed to be looking at the collection.liquid section, not list-collections.liquid. However, I'm running into a strange issue that perhaps is arising out of my ignorance about how things work together.
The page source reveals that the href which is populating is just an empty string for some reason. Any suggestions as to what's going on? I've tested it by directly putting in the string for the desired site, and that works fine, but of course I want each section link to be different.
I'm too having the same problem, one way around i found was simply add an tag to the html just so it knows something changed besided css and save/refresh. Then just delete the h1 u just created. It fixed for me!
3a8082e126