The writing tag has no wiki summary.
1
vote
1answer
50 views
unable to write Linq query
I have an SQL query. I want to convert it into a LINQ query.
UserLinks and UserRoles are c# classes that represent dbase tables.
select distinct UserLinks.LinkID from UserLinks
where RoleID in ...
-1
votes
2answers
65 views
c# writing to .bin binary file
I am trying to write integer numbers to binary file, but it keeps giving weird characters in the binary file. For example, I try to write 2000, but in the file i will get something strange. How do I ...
0
votes
1answer
66 views
Mysql reliable with 1000 new entries / minute?
I have been developing an application that in the WORST case writes 1000 entries each minute into a database for over a year...
I wanted to use Mysql as DB, but I have read that with high ...
-3
votes
1answer
15 views
Online notepad / blank textarea? [closed]
I want a plain text area / notepad to start writing / editing text on. I hate having to fire up text editors. I prefer to work in the browser only.
-6
votes
0answers
48 views
Matlab image processing- mapped picture [closed]
I am very, very confused about this assignment. Here it is:
Load picture, display it and write into a file picture mapped over horisontal axis.
Please help me i ma only a beginner in matlab.
Thanks ...
0
votes
0answers
17 views
How do i explain a grep marker to people not used to computers?
I am currently writing a manual for a program i designed.
My output has grep markers in it like this
marker: Texttexttext
Where marker can be used in a grep clause to extract the text marker.
...
0
votes
1answer
48 views
Unhandled exception at Access violation writing location [duplicate]
I am trying to write a simple reverse string program and getting the above error. I am unable to understand what I'm doing wrong.
void reverse(char *str) {
char *end, *begin;
end = str;
begin = str;
...
0
votes
4answers
92 views
How to construct and write an XML file?
This question ia about writing XML data from a LiveCode stack to a file.
Chapter 6.7 of the User's guide talks about the XML functions LiveCode provides. I am looking for examples which show how to ...
0
votes
2answers
29 views
Data position in file
At first I loaded all my variables to memory at application start.
Over time, the number of variables became so huge that I don't want to do that anymore.
Instead I am retrieving them only when they ...
0
votes
0answers
55 views
JavaScript typing, in sequence
I am trying to have my site look like it is typing the content on screen. I got it to do one section correctly, but it isn't running the rest of it correctly. Each new section ($test), links to a ...
-1
votes
2answers
42 views
Python Syntax Error when writing to text [closed]
I am definitely new to Python, and I'm writing to a file using JSON. I have tried multiple different ways, and every time it comes up with a syntax error, even though I have checked on several ...
-1
votes
2answers
41 views
c# writing to xml file but not with all results
Hi could somebody please check my code and see what I've done wrong I'm trying to add an entry to an xml file. It is nearly working, when I add the entries name age and email they are being populated ...
0
votes
2answers
32 views
Default Path Of C# Installation
Hello what path should I specify when creating a text file on c#.
I want it to put at the installation folder of my application.
because I have a code like this.
System.IO.StreamWriter file = new ...
0
votes
1answer
95 views
BeautifulSoup, parsing and writing the data in a text file
from bs4 import BeautifulSoup
soup = BeautifulSoup(open("youtube.htm"))
for link in soup.find_all('img'):
print link.get('src')
file = open("parseddata.txt", "wb")
...
0
votes
1answer
15 views
Reading & Writing From The Same Text File
I'm working on a guessing game written in Python, where the user guesses a number in a certain range (1-1000), and the high scores (lowest number of tries) are appended to a text file. I need to find ...
2
votes
1answer
63 views
Why is my python script not writing the last few lines into my file?
I've been trying to read lists of numbers from one file, split them up, and put them into another file. After messing with a few debug prints, I've come to the conclusion that the issue isn't with the ...
1
vote
2answers
230 views
Binary file reading/writing in C
So I have an input.bin file which contains the following
IK-SZH;jdl72u;John Doe;2013-03-28 11:05
IK-GRR;kat91n;Jane Doe;2013-03-21 15:41
IK-GRR;oat62f;Jane Doe;2013-03-24 08:08
What I am doing is ...
1
vote
1answer
55 views
Python lists - avoiding writing too many list files
My simple code so far does lists and manage them... I will put a piece of it below:
import operator
original_flightevent = 'flightevent.out.1'
new_sorted_flightevent = 'flightevent.sorted.out.1'
...
0
votes
2answers
133 views
How to write to a specific line in a text file (Python)
I hope I'm not reposting (I did research before hand) but I need a little help.
So I'll explain the problem as best as I can.
strong text**1: So what I have is a **text file, and inside it I have ...
3
votes
1answer
110 views
Is there a way to export PSDs using AS3
Plead/Preparing for standard SO backlash
This is a generic question I apologize as I'm not an SO "noob" and I realize this doesn't fit the format exactly, if you can suggest a better place for this ...
-2
votes
2answers
72 views
SQL Server Creating complicated SQL Query for 3 tables
Please help me creating this SQL query for SQL Server 2008.
I've wasted 1 day thinking of this but I cannot find the solution:
I have 3 [tables] with respective (columns):
[table_users] TB1 (Id, ...
-2
votes
3answers
68 views
Trouble writing to files with PHP [closed]
I'm having trouble writing to a file with PHP. My code is below, but it doesn't seem to work. This file along with the "currentCountryList.txt" file are both in the same directory on my server.
...
0
votes
1answer
29 views
Reading A File While It is writed by another process
I have an application uses C://root folder. This folder contains images. These images are readed by Pictureboxes.
Images are coming from a linux machine by FTP. A linux machine uses ftp to open ...
-7
votes
1answer
64 views
Read a text file ,take some values from it and output to another text file [closed]
Hi how can i read a text file , take some specific values from it and save them to a another text file?
1
vote
1answer
125 views
awk read data from file with getline as it's being written
I have a script that is running two commands. The first command is writing data to a temp file. The second command is piping to awk while the first command is running in the background. awk, in the ...
0
votes
1answer
32 views
writing to a file only last line
i am trying to write a .txt to a .txt but when the code finishes executing i only have the last line of text in the file obiously the scanLine() keeps overwriting the same line but i cant figure out ...
0
votes
0answers
57 views
getting special characters while writing an xml
I was trying to write some contents extracted from one tool and by using those information, I used to write it on xml file using XML Writer method.where when i get a new line character,some special ...
-1
votes
2answers
67 views
How do i create a limit of logins on my login screen?
I am currently trying to design an atm machine in c# and i am quite new to this.
I would like my login screen to Return back to my welcome screen after 3 failed attempt's at trying to login but i do ...
0
votes
1answer
42 views
Report sometimes not writing to file
I have a program where I can add a list of car boot sales to the program as well as specify if they are for charity etc. There is also a button to generate a list of car boot sales which are for ...
0
votes
0answers
343 views
Access network share from VBScript FileSystemObject
I want to replicate specific files from my desktop to my notebook through a network share over a basic workgroup. When I run this script the files from DestinationFolder2 replicate successfully; ...
3
votes
1answer
120 views
Ruby MRI 1.8.7 - File writing thread safety
It seems to me that file writing in Ruby MRI 1.8.7 is completely thread safe.
Example 1 - Flawless Results:
File.open("test.txt", "a") { |f|
threads = []
1_000_000.times do |n|
threads ...
1
vote
0answers
208 views
Reading from a txt file and writing the sorted list into a new text file program crashes
Here are my classes and codes:
MergeSort.cpp
#include "MergeSort.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <stdlib.h>
...
0
votes
5answers
177 views
Python writing to CSV File
I have data in the format of dicts as follows:
{Color: Red, Age: 29, Date: October 2nd, Time: 4pm}
And I want to write these dicts to a csv in such a way that the "Color, age, date, time" are the ...
-4
votes
1answer
352 views
C or Python for Exploit Writing? [closed]
Is it better to focus my efforts on the C or Python programming languages as far as writing exploits go. Here's my current understanding.
C Benefits
Quicker run time
Lower level
When used with ASM ...
0
votes
1answer
325 views
T-SQL writing to a file txt or csv
I've spent all day scouring the net on answers. Apparently tsql doesn't have its own nifty write to file commands. Here is my dilemma
I have a load file that I am creating where a single line can ...
2
votes
1answer
168 views
How to replace word in txt file - python
Ok, so basically I'm making a simple game which involves a highscore.
I would like the highscore to be saved if bigger than the previous highscore.
This is my code. I have a few different errors, some ...
0
votes
2answers
38 views
How to write extracted data from an array into a file
I'm fairly new to php and I am strugling with the following:
I am extracting data from an array with the intention to write it to a file for later use.
Extracting works fine, the results from the ...
0
votes
1answer
142 views
Write text into a JTextPane with an image background
I have a JTextPane with an image for its background.
prevWords = new JTextPane()
{
public void paint(Graphics g)
{
BufferedImage img;
try
{
...
1
vote
2answers
92 views
How to write to file in separate function (C++)
I am trying to get my program to write in a separate function than the main function, and I'm having a good deal of trouble. Here is a simplified version of my program:
#include <iostream>
...
0
votes
0answers
147 views
Java, NIO, one thread with reading and writing
I try to build simple client application sending data to server and receiving data from it .
In most of time it'll asynchronic exchange data (beside logging process)
I've read a lot of tutorials, ...
0
votes
1answer
79 views
Cannot write in separate lines in a TXT files in C
ok so i have a structure of customers and i am trying to write each attribute of the customer in a separate line in a text file. Here is the code
custFile = fopen ("customers.txt", "w+");
...
2
votes
0answers
121 views
php preg_replace the hash # sign do not show in output
I am trying to write a program to write songs and include the guitar chords above the words.For e.g. The customer Inputs: welcome{G} to my W{F#}orld. it should output like this:
G F#
...
1
vote
2answers
205 views
Reading ArrayList as object from file?
Alright, so I have done the following:
I've added objects to an ArrayList and written the whole list as an object to a file.
The problem is when trying to read them back as a whole. I get the ...
0
votes
0answers
33 views
RandomAccesFile writing hex value
So I've finally figured out everything I need to do for what I am trying to accomplish, which is simply changing a hex value in a file, and loading it in a game later on.
I have the loading and ...
1
vote
2answers
126 views
Reading Binary File to Linked List
Struggling to get this to work, I have been trying for hours to write and read between a binary file and a linked list, can someone explain what I'm doing wrong?
EDIT:
After applying some changes, ...
0
votes
1answer
59 views
Writing to an offset in Java?
Hmmm, so I already know how to read an offset in Java. My question is, how do you write to one?
Basically, I have a dat file like "test.dat"
In it, I have found a certain offset value, which I have ...
0
votes
2answers
144 views
Android. Can't find created file
I'm writing my little app for Android. I'm trying to create files. Here is a code snippet:
final String TESTSTRING = new String("Hello Android");
FileOutputStream fOut = ...
0
votes
1answer
110 views
Writing and reading long strings in c++
I am writing a program to act similarly to a database. It takes a job number, first name, last name, job description and job duration.
For the description I only know how to read single word strings ...
0
votes
3answers
179 views
Cuda thrust global memory writing very slow
I am currently writing a code, that calculates a integral Histogram on the GPU using the Nvidia thrust library.
Therefore I allocate a continuous Block of device memory which I update with a custom ...
0
votes
1answer
45 views
Not writing in Unicode when exported
So I have a programm that is supposed to write text, which uses unicode, to a file. Everythhing works when I do it through Eclipse, but not when exxported. Here is what it looks like when I do it ...

