Questions tagged [nt]

67 questions
1
vote
1 answer

'\n' == 'posix' , '\r\n' == 'nt' (python) is that correct?

I'm writing a python(2.7) script that writes a file and has to run on linux, windows and maybe osx. Unfortunately for compatibility problems I have to use carriage return and line feed in windows style. Is that ok if I assume: str =…
nicanz
  • 347
  • 1
  • 2
  • 11
1
vote
1 answer

Hash Partitioning RDF (OWL/N3/NT) datasets

I have an N3 dataset that contains triples. I wish to hash partition this dataset. Is there a hash partitioner that hash partitions OWL/NT/N3 datasets? If not, could you please provide me with some code/tips on how to proceed with parsing the file…
NewToAndroid
  • 581
  • 7
  • 25
1
vote
1 answer

Windows "system service", not "web service" performance

We have an image processing workflow product. Typically 10,000->100,000 images can be run though our processing in a job. More than one job may be pending. Currently, all the image processing is performed in our home grown imaging library, a managed…
1
vote
2 answers

Confirm NT username+password in ASP.NET

I want to be able to authenticate an NT username/password combination through an ASP.NET site, completely separate from the username that's recognized through Request.ServerVariables("LOGON_USER") and the like. There are accounts that will have the…
notnot
  • 4,472
  • 12
  • 46
  • 57
1
vote
2 answers

Retrieving the logged in user's name and hostname in Windows

I'm currently writing a Java application to be used with a Windows-Machine authed with an ActiveDirectory. The application basically only needs to know the user's name and hostname. I know there…
Tedil
  • 1,935
  • 28
  • 32
1
vote
1 answer

How do I find out why I am getting an EOSError code 5 - Access Denied registering a service?

I am getting an EOSError code 5 - Access Denied when the TServiceApplication attempts to register the service with the ServiceManager. I am using XE2 Win7 64 bit. The error occurs for both 32 and 64 bit targets. I have a datamodule that uses ADO…
Larry Hengen
  • 411
  • 2
  • 5
  • 10
0
votes
0 answers

Please help me Flutter unable load asset

DebugConsole import 'package:flutter/material.dart'; import 'package:flutter_json_http/local_json.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key:…
0
votes
0 answers

My app developed with Flutter is reporting a crash on google play. Please check it

My application, which I developed and published with Flutter, reported a crash on user devices. I don't understand what is causing the problem, what is it and how can I solve this problem? *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***…
0
votes
0 answers

Tunnel Traffic from VPN to Remote Desktop Server

Is there a way to tunnel traffic from VPN to connect to server (windows nt 6.2) so i can connect to the database from my laptop?
glizzz
  • 27
  • 6
0
votes
0 answers

multiple ListTile on tap not working is there an alternative

I want to add 12 months in the form of a list and I want to list the questions of each month Question 1, Question 2...Question 20 . What I want to do is as in the picture, the codes do not work in any way as you can see, I am constantly getting an…
0
votes
1 answer

FormatException (FormatException: Unexpected character (at character 1) error flutter

I'm making a postDetails page in Flutter and I've written a function that will list the comments for that post. It pulls data from database correctly (I'm debugging) but FormatException (FormatException: Unexpected character (in char 1) It gives…
0
votes
0 answers

the whole list goes to the same page flutter

code photo Video Link the whole list goes to the same page and i can't change it please help I want to make each Soru[index] list start with different questions according to the index. Thus, there will be many questions related to January and those…
0
votes
0 answers

I am getting menu item error from flutter

I'm trying to make a Sidebar with Flutter, but I'm getting the error "error: 'MenuItem' isn't a function. (invocation_of_non_function at [sidebar_animation] lib\sidebar\sidebar.dart:104) " there is no problem in my code or as an import in my MENU…
0
votes
0 answers

it reads the values ​I entered in int type and I think it gives an error that it may be null

I don't understand, it reads the values ​​I entered in int type and I think it gives an error that it may be null. How can I fix it?
Atakan Sever
  • 51
  • 1
  • 6
0
votes
0 answers

Warning: You are using these overridden dependencies

My friend shared the project with me from drive. The project is working on my friend. But it doesn't work for me. I get a package error and it doesn't work even though my device is connected. My friend shared the project with me from drive. The…